summaryrefslogtreecommitdiff
path: root/src/ui/quickdialog.h
diff options
context:
space:
mode:
authorIru Dog <mytbk920423@gmail.com>2014-05-28 23:01:40 +0800
committerIru Dog <mytbk920423@gmail.com>2014-05-28 23:01:40 +0800
commit60c1e9e08f37c57afe651e213014f50472157e39 (patch)
tree362651d45dfea87cd049d2d1b791924b22596ab3 /src/ui/quickdialog.h
parent14d7cbdbf5c0d84395ca6c55d604e1322ccf64c8 (diff)
downloadfqterm-60c1e9e08f37c57afe651e213014f50472157e39.tar.xz
quickdialog: set the port to default when portCheck untoggled
Diffstat (limited to 'src/ui/quickdialog.h')
-rw-r--r--src/ui/quickdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/quickdialog.h b/src/ui/quickdialog.h
index bbcae89..35a0e73 100644
--- a/src/ui/quickdialog.h
+++ b/src/ui/quickdialog.h
@@ -51,6 +51,7 @@ class quickDialog: public QDialog {
void onConnect(); //
void onClose();
void onSelectProtocol(int index);
+ void portCheckToggled(bool);
private: