Add new constant for progress in percent.
This commit is contained in:
		@@ -31,6 +31,16 @@ namespace internal {
 | 
			
		||||
    static constexpr const char *GIT_MARKER{"<GIT>"};
 | 
			
		||||
    static constexpr const char *ISMAS_MARKER{"<ISMAS>"};
 | 
			
		||||
 | 
			
		||||
    static constexpr const int PERCENT_CHECK_ISMAS_CONNECIVITY{10};
 | 
			
		||||
    static constexpr const int PERCENT_CHECK_UPDATE_REQUEST{20};
 | 
			
		||||
    static constexpr const int PERCENT_CHECK_CUSTOMER_REPOSITORY{30};
 | 
			
		||||
    static constexpr const int PERCENT_INSTALL_SW_PACKETS_NOACTION{40};
 | 
			
		||||
    static constexpr const int PERCENT_INSTALL_SW_PACKETS{50};
 | 
			
		||||
    static constexpr const int PERCENT_INSTALL_DC_CONFIGURATION{60};
 | 
			
		||||
    static constexpr const int PERCENT_SYNCHRONIZE_REPO_AND_FILESYS{70};
 | 
			
		||||
    static constexpr const int PERCENT_UPDATE_DC{80};
 | 
			
		||||
    static constexpr const int PERCENT_SHOW_FINAL_STATUS{90};
 | 
			
		||||
 | 
			
		||||
    int read1stLineOfFile(QString fileName);
 | 
			
		||||
    QString customerRepoRoot();
 | 
			
		||||
    QString customerRepoDir();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user