From fd753ffdc9e322feb5209b9acc9a563148131418 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sat, 14 May 2011 20:01:41 +0200 Subject: [PATCH] [qt] Fixed build error --- qt/mainwindow.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/qt/mainwindow.hpp b/qt/mainwindow.hpp index fff83a1f96..0635a409e7 100644 --- a/qt/mainwindow.hpp +++ b/qt/mainwindow.hpp @@ -42,12 +42,11 @@ namespace qt protected: #ifdef DEBUG // code removed for desktop releases - void CreatePanelImpl(size_t i, Qt::DockWidgetArea area, QString const & name, - QKeySequence const & hotkey, char const * slot); - void CreateClassifPanel(); void CreateGuidePanel(); #endif // DEBUG + void CreatePanelImpl(size_t i, Qt::DockWidgetArea area, QString const & name, + QKeySequence const & hotkey, char const * slot); void CreateNavigationBar(); void CreateSearchBarAndPanel();