You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
latte-dock/liblattedock
0140454 7bdf1ccb23 Include necessary header file for std::abs
While compiling Latte-Dock, i got the following error:

/data/latte-dock/src/latte-dock-git/app/iconitem.cpp:393:46:   required from here
/data/latte-dock/src/latte-dock-git/app/../liblattedock/extras.h:69:20: error: call of overloaded ‘abs(double)’ is ambiguous
     return std::abs(x - y) < std::numeric_limits<T>::epsilon() *
     std::abs(x + y) * ulp

In order to solve this error, i have to include `cmath`.
8 years ago
..
CMakeLists.txt drop the dock part from plugin uri 8 years ago
dock.cpp Missing file licences #34 8 years ago
dock.h replace Double with Justify 8 years ago
extras.cpp utilities functions 8 years ago
extras.h Include necessary header file for std::abs 8 years ago
lattedockplugin.cpp Missing file licences #34 8 years ago
lattedockplugin.h Missing file licences #34 8 years ago
qmldir drop the dock part from plugin uri 8 years ago
windowsystem.cpp Missing file licences #34 8 years ago
windowsystem.h Missing file licences #34 8 years ago