adcs refresh only in developer tab

This commit is contained in:
Dhanya Maliakal
2016-08-24 17:10:07 +02:00
parent 5b5e1e32b3
commit 5d52e41e37
4 changed files with 22 additions and 3 deletions

View File

@@ -83,6 +83,8 @@ public:
/** Verifies if output directories for all the receivers exist */
int DoesOutputDirExist(){return tab_dataoutput->VerifyOutputDirectory();};
bool isCurrentlyTabDeveloper();
private:
/** The Qt Application */
QApplication *theApp;