ui: file clearing progress
* display some progress information when clearing files
This commit is contained in:
@@ -9,7 +9,15 @@ DialogView::~DialogView()
|
||||
{
|
||||
}
|
||||
|
||||
void DialogView::showProgressDialog(const std::string& title, const std::string& message)
|
||||
void DialogView::showStatusDialog(const std::string& title, const std::string& message)
|
||||
{
|
||||
}
|
||||
|
||||
void DialogView::hideStatusDialog()
|
||||
{
|
||||
}
|
||||
|
||||
void DialogView::showProgressDialog(const std::string& title, const std::string& message, int progress)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -21,7 +21,10 @@ public:
|
||||
DialogView(StorageAccess* storageAccess);
|
||||
virtual ~DialogView();
|
||||
|
||||
virtual void showProgressDialog(const std::string& title, const std::string& message);
|
||||
virtual void showStatusDialog(const std::string& title, const std::string& message);
|
||||
virtual void hideStatusDialog();
|
||||
|
||||
virtual void showProgressDialog(const std::string& title, const std::string& message, int progress);
|
||||
virtual void hideProgressDialog();
|
||||
|
||||
virtual IndexMode startIndexingDialog(
|
||||
|
||||
Reference in New Issue
Block a user