0001077: Placement Panel not removed after Entity Deletion

This commit is contained in:
wmayer 2013-04-03 15:22:57 +02:00
parent 39e1b2dada
commit 0d62206bb5

View File

@ -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: