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,6 +26,8 @@ class LayoutEdit : public QWidget {
void focusStateChanged(bool);
public slots:
void appFocusChanged(QWidget *old, QWidget *now);
private slots:
void load(int index);
protected:
//the layout manager this represents
LayoutManager* lm;