aboutsummaryrefslogtreecommitdiff
path: root/plugins/interfaces.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-05-26 09:39:56 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-05-26 09:39:56 +0200
commitd8bb83aac827f8ccc959a716834e6e4ffb2927ed (patch)
tree93c37d473ba37b0582a4fd029e6d3ed8f421cb31 /plugins/interfaces.h
parentDock widget shortcut toggle widget visibility (diff)
downloadsmolbote-d8bb83aac827f8ccc959a716834e6e4ffb2927ed.tar.xz
Profile command
Diffstat (limited to 'plugins/interfaces.h')
-rw-r--r--plugins/interfaces.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/interfaces.h b/plugins/interfaces.h
index ad3df97..196da0b 100644
--- a/plugins/interfaces.h
+++ b/plugins/interfaces.h
@@ -27,7 +27,7 @@ class PluginInterface
{
public:
virtual ~PluginInterface() = default;
- virtual QHash<QString, std::function<void()>> commands() = 0;
+ virtual QHash<QString, std::function<int()>> commands() = 0;
};
class ProfileInterface