forked from qt-creator/qt-creator
Fixes: Re-add signal/slot editor widget.
Task: 246812
This commit is contained in:
@@ -41,7 +41,7 @@ using namespace Designer::Constants;
|
||||
|
||||
enum { ActionEditorTab, SignalSlotEditorTab };
|
||||
|
||||
enum { wantSignalSlotEditor = 0 };
|
||||
enum { wantSignalSlotEditor = 1 };
|
||||
|
||||
namespace Designer {
|
||||
namespace Internal {
|
||||
|
||||
Reference in New Issue
Block a user