Преглед изворни кода

Make hardware detection methods static

Neal Wilson пре 11 година
родитељ
комит
3e5e34b7f6
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      src/dataqsdk.w

+ 2
- 2
src/dataqsdk.w Прегледај датотеку

@@ -30,8 +30,8 @@ class DataqSdkDevice : public QObject
30 30
 		Channel* newChannel(Units::Unit scale);
31 31
 		Q_INVOKABLE void setClockRate(double Hz);
32 32
 		Q_INVOKABLE void start();
33
-		QStringList detectPorts();
34
-		QStringList detectHardware(); // Friendly names
33
+		static QStringList detectPorts();
34
+		static QStringList detectHardware(); // Friendly names
35 35
 };
36 36
 
37 37
 @ The |DataqSdkDevice| class has as a private member an instance of a class

Loading…
Откажи
Сачувај