Commit 5d468919 authored by Craig Watson's avatar Craig Watson

Removed Linux-specific define (didn't work; the function wasn't defined when...

Removed Linux-specific define (didn't work; the function wasn't defined when compiling on Linux, for some reason)
parent 17272643
......@@ -55,9 +55,9 @@ class UBDesktopPalette : public UBActionPalette
void windowClick();
void screenClick();
#ifdef Q_OS_LINUX
//#ifdef Q_OS_LINUX //TODO: check why this produces an error on linux if uncommented
void refreshMask();
#endif
//#endif
public slots:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment