Changed connection delay to something non-blocking

Former-commit-id: b313005a29cb42eb6839060bc4c48e4cbd927d3b
This commit is contained in:
johan
2014-05-04 11:41:55 +02:00
parent 3eb29146dd
commit 1e21602798
5 changed files with 33 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
///
/// Implementation of the LedDevice interface for writing to an Adalight led device.
///
class LedDeviceAdalight : public QObject, public LedRs232Device
class LedDeviceAdalight : public LedRs232Device
{
Q_OBJECT