summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can/connectdialog.h
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2016-03-29 17:03:46 +0200
committerAndré Hartmann <aha_1980@gmx.de>2016-05-27 07:10:33 +0000
commitc8667971dea7c38862bd3bf190269072e8c2fe6d (patch)
treedde4646dc408ec37e5775682e4e638fcb18b68da /examples/serialbus/can/connectdialog.h
parent11c652ddf4883976c4d6930de2785f0fe506aa68 (diff)
CAN-Example: Add hint to ConnectDialog interface edit
It was really hard to figure out what to put in the interface edit without deeper knowledge of the backends. Now the interface edit a placeholder with the first possible name every time a new backend is selected. This is thought as a temporary fix, the proper solution would be to get the possible interfaces from the backends itself. Change-Id: I74b5c072d64f7ee98d3fa65e059e6b00c510b308 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com> Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'examples/serialbus/can/connectdialog.h')
-rw-r--r--examples/serialbus/can/connectdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/serialbus/can/connectdialog.h b/examples/serialbus/can/connectdialog.h
index 7a46c86..f04f554 100644
--- a/examples/serialbus/can/connectdialog.h
+++ b/examples/serialbus/can/connectdialog.h
@@ -76,6 +76,7 @@ public:
private slots:
void checkCustomSpeedPolicy(int idx);
+ void backendChanged(const QString &backend);
void ok();
void cancel();