0001077: Placement Panel not removed after Entity Deletion
This commit is contained in:
parent
39e1b2dada
commit
0d62206bb5
|
@ -116,6 +116,12 @@ public:
|
|||
bool reject();
|
||||
void clicked(int id);
|
||||
|
||||
bool isAllowedAlterDocument(void) const
|
||||
{ return true; }
|
||||
bool isAllowedAlterView(void) const
|
||||
{ return true; }
|
||||
bool isAllowedAlterSelection(void) const
|
||||
{ return true; }
|
||||
QDialogButtonBox::StandardButtons getStandardButtons() const;
|
||||
|
||||
public Q_SLOTS:
|
||||
|
|
Loading…
Reference in New Issue
Block a user