reduce use of "execute" on cosmetic changes.

This commit is contained in:
WandererFan
2016-09-10 12:41:25 -04:00
parent 6dc017a1ce
commit 4d7f00860e
28 changed files with 188 additions and 144 deletions

View File

@@ -50,7 +50,6 @@ public:
virtual bool useNewSelectionModel(void) const {return false;}
/// returns a list of all possible modes
virtual std::vector<std::string> getDisplayModes(void) const;
//virtual void updateData(const App::Property*);
/// Hide the object in the view
virtual void hide(void);
/// Show the object in the view
@@ -58,6 +57,8 @@ public:
virtual bool isShow(void) const;
virtual void onChanged(const App::Property *prop);
virtual void updateData(const App::Property*);
QGIView* getQView(void);
/** @name Restoring view provider from document load */