diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-04-01 20:50:41 +0200 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-24 18:46:12 +0200 |
commit | 90fa6c8ee4485f0217ce86feba9eb4408baa67ff (patch) | |
tree | 04dff4f559646bad2f179b4ba9847aac0a5ce5c7 /tracker-easy/ftnoir_tracker_pt_dialog.cpp | |
parent | c029e52a330842415502cc29a3460e016d4a8a93 (diff) |
Easy Tracker: Removing base static library.
Diffstat (limited to 'tracker-easy/ftnoir_tracker_pt_dialog.cpp')
-rw-r--r-- | tracker-easy/ftnoir_tracker_pt_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-easy/ftnoir_tracker_pt_dialog.cpp b/tracker-easy/ftnoir_tracker_pt_dialog.cpp index f56d3014..a3fa9470 100644 --- a/tracker-easy/ftnoir_tracker_pt_dialog.cpp +++ b/tracker-easy/ftnoir_tracker_pt_dialog.cpp @@ -18,7 +18,7 @@ using namespace options; -static void init_resources() { Q_INIT_RESOURCE(tracker_pt_base); } +static void init_resources() { Q_INIT_RESOURCE(tracker_easy); } namespace pt_impl { |