aboutsummaryrefslogtreecommitdiff
path: root/src/main_qmladaptor.h
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2020-07-29 17:38:48 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2020-07-29 17:38:48 +0200
commitec36fa958d13da26ad6e110e9306ea017f50ced8 (patch)
tree25f6693ad257068f2ee1d86de019cfec6ad0499e /src/main_qmladaptor.h
parentf79085abfaa24ba7b70ea067519ebdf13b358cf7 (diff)
downloadRWA.Support.DesktopApp-ec36fa958d13da26ad6e110e9306ea017f50ced8.tar.gz
RWA.Support.DesktopApp-ec36fa958d13da26ad6e110e9306ea017f50ced8.tar.bz2
RWA.Support.DesktopApp-ec36fa958d13da26ad6e110e9306ea017f50ced8.zip
Add showWindow() function
Diffstat (limited to 'src/main_qmladaptor.h')
-rw-r--r--src/main_qmladaptor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main_qmladaptor.h b/src/main_qmladaptor.h
index eb88b3a..5cf2c9a 100644
--- a/src/main_qmladaptor.h
+++ b/src/main_qmladaptor.h
@@ -41,6 +41,7 @@ signals:
void messageDialogIconChanged(int iconindex);
void minimizeWindow();
+ void showWindow();
void onConnectButtonClick(bool checked);