From 409967c4cdd38ef6ccfc0b22fe6bf4f90737b1b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 4 Aug 2009 10:10:29 +0000 Subject: [PATCH] Nothing git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@6704 383ad7c9-94d9-4d36-a494-682f7c89f535 --- Core/Core.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Core/Core.hh b/Core/Core.hh index 2fcd3982..daca6fc8 100644 --- a/Core/Core.hh +++ b/Core/Core.hh @@ -903,6 +903,8 @@ private: /// If enabled, this timer will block screen refresh if done more then 30 times per second. QTimer* redrawTimer_; + + }; /// Special print function for core logger -- GitLab