Designer: De-slot

Change-Id: I6e4a80187646afe342a03ed31c3404fdc27cccc7
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Orgad Shaneh
2017-03-18 23:25:06 +02:00
committed by Orgad Shaneh
parent 7694c718db
commit 61d6f84e25
9 changed files with 12 additions and 26 deletions

View File

@@ -52,7 +52,6 @@ public:
explicit ResourceHandler(QDesignerFormWindowInterface *fw);
virtual ~ResourceHandler();
public slots:
void updateResources() { updateResourcesHelper(false); }
void updateProjectResources() { updateResourcesHelper(true); }