diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 08:46:24 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 08:46:24 +0800 |
commit | 6ab9a2a2d0f973ea44b3cf98b1d5c48a2187de01 (patch) | |
tree | 1f1bda417b16e9f26ec45cdd874e944fcc42297f | |
parent | dc69eb34ce6cdc8e3b03c174786e111e196449a4 (diff) |
Treat librtclient not as local when including its header
-rw-r--r-- | tasklist.cxx | 2 | ||||
-rw-r--r-- | user.cxx | 2 | ||||
-rw-r--r-- | worker.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tasklist.cxx b/tasklist.cxx index f864eeb..c4194d8 100644 --- a/tasklist.cxx +++ b/tasklist.cxx @@ -1,4 +1,4 @@ -#include "rtclient.h" +#include <rtclient.h> #include "tasklist.hxx" int TaskList::rowCount(QModelIndex const& parent) const @@ -1,4 +1,4 @@ -#include "rtclient.h" +#include <rtclient.h> #include "user.hxx" void User::setId(QString const& id) @@ -1,4 +1,4 @@ -#include "rtclient.h" +#include <rtclient.h> #include "worker.hxx" Worker::Worker() |