rename colortools to commontools

--this way more shared functions could be
added
pull/3/head
Michail Vourlakos 6 years ago
parent 836bc38778
commit 7d9c5cf593

@ -3,7 +3,7 @@ set(lattedock-app_SRCS
packageplugins/shell/dockpackage.cpp packageplugins/shell/dockpackage.cpp
abstractwindowinterface.cpp abstractwindowinterface.cpp
alternativeshelper.cpp alternativeshelper.cpp
colortools.cpp commontools.cpp
dockcorona.cpp dockcorona.cpp
globalshortcuts.cpp globalshortcuts.cpp
importer.cpp importer.cpp

@ -18,7 +18,7 @@
* *
*/ */
#include "colortools.h" #include "commontools.h"
#include <QtMath> #include <QtMath>

@ -19,7 +19,7 @@
// Self // Self
#include "sortedactivitiesmodel.h" #include "sortedactivitiesmodel.h"
#include "colortools.h" #include "commontools.h"
// C++ // C++
#include <functional> #include <functional>

Loading…
Cancel
Save