forked from organicmaps/organicmaps
[qt] Fixed build error
This commit is contained in:
parent
1215306111
commit
fd753ffdc9
1 changed files with 2 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue