summaryrefslogtreecommitdiffstats
path: root/src/bluetoothsettings/discoverymodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetoothsettings/discoverymodel.h')
-rw-r--r--src/bluetoothsettings/discoverymodel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bluetoothsettings/discoverymodel.h b/src/bluetoothsettings/discoverymodel.h
index 61d0993..12554d7 100644
--- a/src/bluetoothsettings/discoverymodel.h
+++ b/src/bluetoothsettings/discoverymodel.h
@@ -65,7 +65,7 @@ public:
bool connected() const;
void setConnected(bool aConnected);
-signals:
+Q_SIGNALS:
void connectedChanged();
protected:
@@ -106,10 +106,10 @@ public:
Connected
};
-signals:
+Q_SIGNALS:
void scanFinished();
-private slots:
+private Q_SLOTS:
void deviceDiscovered(const QBluetoothDeviceInfo &device);
private:
QList<BtDeviceItem*> m_items;