summaryrefslogtreecommitdiff
path: root/src/gui/mainwindow.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2019-01-25 14:56:15 +0100
committerAleks Kissinger <aleks0@gmail.com>2019-01-25 14:56:15 +0100
commitce94cb38ec38ce5a304b3bab1b9a2d903e1d15e9 (patch)
treeb2906ef71a1cc3ee1be8ab8aa4fb7ba7f73291a2 /src/gui/mainwindow.h
parent0755b73637711e803069da01560df9e491dd7d51 (diff)
set window geometry after showing it for the first time
Diffstat (limited to 'src/gui/mainwindow.h')
-rw-r--r--src/gui/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/mainwindow.h b/src/gui/mainwindow.h
index 21fbd5a..48a88dd 100644
--- a/src/gui/mainwindow.h
+++ b/src/gui/mainwindow.h
@@ -29,6 +29,7 @@ public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
+ void restorePosition();
void open(QString fileName);
int windowId() const;
TikzView *tikzView() const;