From 7d48c1fc267d44a5dede4bfdcf4e295e1fcf3227 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Mon, 9 Feb 2015 16:23:30 -0200 Subject: Add the first call to registerApplicationState This will be used to set the 'default' state. The other two possible states right now are plan and add; those will be created right next. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui/mainwindow.h') diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 07e444683..bf75bf9d9 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -202,7 +202,7 @@ private: QList profileToolbarActions; struct WidgetForBorder { - WidgetForBorder(QWidget *tl, QWidget *bl, QWidget *tr, QWidget *br) : + WidgetForBorder(QWidget *tl = 0, QWidget *bl = 0, QWidget *tr = 0, QWidget *br = 0) : topLeft(tl), bottomLeft(bl), topRight(tr), bottomRight(br) {} QWidget *topLeft; QWidget *bottomLeft; -- cgit v1.2.3-70-g09d2