aboutsummaryrefslogtreecommitdiff
path: root/src/forms/profilesdialog.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-06-10 20:19:22 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-06-10 20:19:22 +0200
commit9bee11c5b8e2d4f5845036019918acc38b87c746 (patch)
treef36efc2aaac98b5e0526810242faa30914f93aad /src/forms/profilesdialog.h
parentProper Profile loading (diff)
downloadsmolbote-9bee11c5b8e2d4f5845036019918acc38b87c746.tar.xz
Added new profile button
Diffstat (limited to 'src/forms/profilesdialog.h')
-rw-r--r--src/forms/profilesdialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/forms/profilesdialog.h b/src/forms/profilesdialog.h
index 302bf82..71226e0 100644
--- a/src/forms/profilesdialog.h
+++ b/src/forms/profilesdialog.h
@@ -38,7 +38,9 @@ public:
~ProfilesDialog();
public slots:
- int exec();
+ void loadProfiles();
+
+ void newProfile();
private slots:
void loadSelectedProfile();