diff options
| author | Roy Marples <roy@marples.name> | 2017-10-20 20:32:11 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2017-10-20 20:32:11 +0100 |
| commit | ad5ef87b1984f74846e5554daa00be1bd2a477bc (patch) | |
| tree | b23fd680fc8d5bfcd3c12051062bffea11d2b9f7 | |
| parent | 6a5bd41d3bcb85d6998571e9de2d144ac2f7865d (diff) | |
| download | dhcpcd-ui-ad5ef87b1984f74846e5554daa00be1bd2a477bc.tar.xz | |
Whitespace fixes
| -rw-r--r-- | src/dhcpcd-qt/dhcpcd-qt.cpp | 6 | ||||
| -rw-r--r-- | src/dhcpcd-qt/dhcpcd-qt.pro | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/dhcpcd-qt/dhcpcd-qt.cpp b/src/dhcpcd-qt/dhcpcd-qt.cpp index 32242d4..c09e5b1 100644 --- a/src/dhcpcd-qt/dhcpcd-qt.cpp +++ b/src/dhcpcd-qt/dhcpcd-qt.cpp @@ -540,9 +540,9 @@ void DhcpcdQt::notify(QString &title, QString &msg, n->setText(msg); n->sendEvent(); #else - Q_UNUSED(title) - Q_UNUSED(msg) - Q_UNUSED(icon) + Q_UNUSED(title); + Q_UNUSED(msg); + Q_UNUSED(icon); //trayIcon->showMessage(title, msg, icon); #endif } diff --git a/src/dhcpcd-qt/dhcpcd-qt.pro b/src/dhcpcd-qt/dhcpcd-qt.pro index 36b0f1b..2fbd31b 100644 --- a/src/dhcpcd-qt/dhcpcd-qt.pro +++ b/src/dhcpcd-qt/dhcpcd-qt.pro @@ -1,5 +1,5 @@ CONFIG+= qt c++11 debug -QT += gui core widgets +QT+= gui core widgets QMAKE_CXXFLAGS+= -std=c++11 -O2 HEADERS= dhcpcd-qt.h dhcpcd-about.h dhcpcd-preferences.h \ |
