summaryrefslogtreecommitdiff
path: root/ui/qt5
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5')
-rw-r--r--ui/qt5/runner/executepage.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt5/runner/executepage.cc b/ui/qt5/runner/executepage.cc
index fd9581e..6338e26 100644
--- a/ui/qt5/runner/executepage.cc
+++ b/ui/qt5/runner/executepage.cc
@@ -105,6 +105,7 @@ ExecutePage::Phase ExecutePage::stepToPhase(QString step) {
if(step == "pkgdb") return Pkg;
if(step == "post-metadata") return PostMeta;
Q_ASSERT(false);
+ return Prepare;
}
void ExecutePage::labelsForPhase(Phase phase, QLabel **icon, QLabel **text) {