aboutsummaryrefslogtreecommitdiff
path: root/src/forms/profilesdialog.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-09-04 16:20:09 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-09-04 16:20:09 +0200
commit02980eb506e2b624d539a2dfb29bbe1834dd07a0 (patch)
tree3efd42ae40652c7085bc45843c3f890c07c1aea3 /src/forms/profilesdialog.cpp
parentImplemented Print to PDF action (diff)
downloadsmolbote-02980eb506e2b624d539a2dfb29bbe1834dd07a0.tar.xz
Split off Bookmarks into static lib
Diffstat (limited to 'src/forms/profilesdialog.cpp')
-rw-r--r--src/forms/profilesdialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/forms/profilesdialog.cpp b/src/forms/profilesdialog.cpp
index 557d865..00e4920 100644
--- a/src/forms/profilesdialog.cpp
+++ b/src/forms/profilesdialog.cpp
@@ -28,6 +28,8 @@
#include <QPushButton>
#include <QInputDialog>
+#include "mainwindow.h"
+
ProfilesDialog::ProfilesDialog(MainWindow *window, QWidget *parent) :
QDialog(parent),
ui(new Ui::ProfilesDialog)