aboutsummaryrefslogtreecommitdiff
path: root/src/forms/profilesdialog.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-05-28 12:46:11 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-05-28 12:46:11 +0200
commit27742143d60e80bc925439e44664cc23c472f433 (patch)
treef6554dfe136ae290f1cce6da7a3dc36453c937c4 /src/forms/profilesdialog.h
parentProfile improvements (diff)
downloadsmolbote-27742143d60e80bc925439e44664cc23c472f433.tar.xz
Profiles dialog
Diffstat (limited to 'src/forms/profilesdialog.h')
-rw-r--r--src/forms/profilesdialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/forms/profilesdialog.h b/src/forms/profilesdialog.h
index bb6655b..302bf82 100644
--- a/src/forms/profilesdialog.h
+++ b/src/forms/profilesdialog.h
@@ -22,6 +22,7 @@
#define PROFILESDIALOG_H
#include <QDialog>
+#include "forms/profileview.h"
namespace Ui {
class ProfilesDialog;
@@ -41,9 +42,11 @@ public slots:
private slots:
void loadSelectedProfile();
+ void viewProfile(int index);
private:
Ui::ProfilesDialog *ui;
+ ProfileView *m_view;
MainWindow *m_window;
};