From dc55c80679687a5ddd4413eab882b5db897d7f4a Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Fri, 24 May 2013 13:44:23 +0300 Subject: Fix compile error in demo launcher. Change-Id: Iab90cbbf1b5f2f385445225a16eca0d82e54f07c Reviewed-by: Miikka Heikkinen --- tools/demoLauncher/graphicsbutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/demoLauncher') diff --git a/tools/demoLauncher/graphicsbutton.h b/tools/demoLauncher/graphicsbutton.h index 4fd0ab4e..0a0f06a7 100644 --- a/tools/demoLauncher/graphicsbutton.h +++ b/tools/demoLauncher/graphicsbutton.h @@ -32,7 +32,7 @@ class GraphicsButton : public QWidget public: explicit GraphicsButton(const QString &path, QDir appFolder, const QString &app, QWidget *parent = 0); ~GraphicsButton(); -q + protected: void mousePressEvent(QMouseEvent *event); void paintEvent(QPaintEvent *event); -- cgit v1.2.3