mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9e3bff6b7c
commit
7d48c1fc26
4 changed files with 15 additions and 4 deletions
|
@ -202,7 +202,7 @@ private:
|
|||
QList<QAction *> 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue