use enum and add default case
This commit is contained in:
parent
d462eacefb
commit
169b076913
2 changed files with 6 additions and 2 deletions
|
@ -25,3 +25,5 @@ private slots:
|
|||
void Submit();
|
||||
void EnableNext();
|
||||
};
|
||||
|
||||
enum CompatDBPage { IntroPage = 0, SelectionPage = 1, FinalPage = 2 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue