diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:23:19 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:23:19 +0200 |
commit | 0887aee8c54d0ed51bb2031431e2bcdafebb4c6e (patch) | |
tree | 69537ceb9787bb25ac363cc4e6cdaf0804d78363 /ui/main_dlg.h | |
parent | 5.12 (diff) | |
download | FreeFileSync-0887aee8c54d0ed51bb2031431e2bcdafebb4c6e.tar.gz FreeFileSync-0887aee8c54d0ed51bb2031431e2bcdafebb4c6e.tar.bz2 FreeFileSync-0887aee8c54d0ed51bb2031431e2bcdafebb4c6e.zip |
5.13
Diffstat (limited to 'ui/main_dlg.h')
-rw-r--r-- | ui/main_dlg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/main_dlg.h b/ui/main_dlg.h index b5492101..d4b06a08 100644 --- a/ui/main_dlg.h +++ b/ui/main_dlg.h @@ -22,7 +22,7 @@ //class FolderHistory; class DirectoryPair; -class CompareStatus; +class CompareProgressDialog; class DirectoryPairFirst; @@ -42,7 +42,7 @@ public: bool startComparison); void disableAllElements(bool enableAbort); //dis-/enables all elements (except abort button) that might receive user input - void enableAllElements(); //during long-running processes: comparison, deletion + void enableAllElements(); //during long-running processes: comparison, deletion void onQueryEndSession(); //last chance to do something useful before killing the application! @@ -266,7 +266,7 @@ private: std::unique_ptr<wxString> oldStatusMsg; //compare status panel (hidden on start, shown when comparing) - std::unique_ptr<CompareStatus> compareStatus; //always bound + std::unique_ptr<CompareProgressDialog> compareStatus; //always bound bool cleanedUp; |