Gui: Move ToolBarAreaWidget to its own files

Since ToolBarAreaWidget is not a private class any more move its declaration and definition to their own source files.
This commit is contained in:
wmayer
2024-06-18 17:13:44 +02:00
committed by Chris Hennes
parent 1af1fc6b27
commit 951ece6b4c
6 changed files with 266 additions and 198 deletions

View File

@@ -42,7 +42,7 @@
#include "DlgPreferencesImp.h"
#include "MainWindow.h"
#include "WorkbenchSelector.h"
#include "ToolBarManager.h"
#include "ToolBarAreaWidget.h"
using namespace Gui;