We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48520e7 commit b5ce2b8Copy full SHA for b5ce2b8
2 files changed
gui/resultsview.cpp
@@ -394,11 +394,6 @@ void ResultsView::translate()
394
mUI->mTree->translate();
395
}
396
397
-void ResultsView::disableProgressbar()
398
-{
399
- mUI->mProgress->setEnabled(false);
400
-}
401
-
402
void ResultsView::readErrorsXml(const QString &filename)
403
{
404
mSuccess = false; // Don't know if results come from an aborted analysis
gui/resultsview.h
@@ -198,8 +198,6 @@ class ResultsView : public QWidget {
198
*/
199
bool isSuccess() const;
200
201
- void disableProgressbar();
202
203
/**
204
* @brief Read errors from report XML file.
205
* @param filename Report file to read.
0 commit comments