From 5d468919848e30ba36b1b743dbe4564646fb29ee Mon Sep 17 00:00:00 2001 From: Craig Watson Date: Mon, 9 Nov 2015 13:40:06 +0100 Subject: [PATCH] Removed Linux-specific define (didn't work; the function wasn't defined when compiling on Linux, for some reason) --- src/desktop/UBDesktopPalette.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/desktop/UBDesktopPalette.h b/src/desktop/UBDesktopPalette.h index 50e8b7b2..6ed1f89d 100644 --- a/src/desktop/UBDesktopPalette.h +++ b/src/desktop/UBDesktopPalette.h @@ -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: