summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 923f6cd..815d29e 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -75,6 +75,8 @@ public slots:
void copy();
void paste();
void updateClipboard(QClipboard::Mode mode);
+
+ void closeDocument();
void closeAll();
void showGrid(bool);
@@ -93,6 +95,8 @@ protected:
void saveWindowState();
void restoreWindowState();
+ static QList<MainWindow *> mainWindows();
+
private:
class MainWindowPrivate;
MainWindowPrivate *const d;