forked from qt-creator/qt-creator
ExtensionManager: Hide ExtensionManagerWidget class in .cpp
And de-pimpl. Smaller overall interface and less indirections. Change-Id: If6a5c0824581a6478ad6e88410d97e23cc517a53 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
using namespace Layouting;
|
||||
auto widget = Column {
|
||||
new StyledBar,
|
||||
new ExtensionManagerWidget,
|
||||
createExtensionManagerWidget(),
|
||||
noMargin, spacing(0),
|
||||
}.emerge();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user