Added command features for paste of Eclipse view and Eclipse case

This commit is contained in:
Magne Sjaastad
2015-08-14 10:17:18 +02:00
parent 9cae0e09ff
commit d466624e45
11 changed files with 655 additions and 74 deletions

View File

@@ -81,6 +81,8 @@ public:
void refreshEnabledState();
void refreshCheckedState();
bool canFeatureBeExecuted() { return this->isCommandEnabled(); }
public slots:
void actionTriggered(bool isChecked) { this->onActionTriggered(isChecked); }