don't use magic layout name "[NO LAYOUT]"

This commit is contained in:
Mathias Panzenböck
2014-02-16 19:15:50 +01:00
parent 6a91eca365
commit 04196358fc
4 changed files with 52 additions and 30 deletions

View File

@ -26,9 +26,6 @@
//So we can know if there is a graphical version of the Layout Manager displayed
#include "layout_edit.h"
//for recognizing when the special empty layout is in use
#define NL "[NO LAYOUT]"
//handles loading, saving, and changing of layouts
class LayoutManager : public QObject {
friend class LayoutEdit;