Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
luyikei
VLMC
Commits
4b515f7e
Commit
4b515f7e
authored
Dec 10, 2009
by
Ludovic Fauvet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wizard: make the open page an ending page
parent
138232d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
src/GUI/wizard/OpenPage.cpp
src/GUI/wizard/OpenPage.cpp
+6
-0
src/GUI/wizard/OpenPage.h
src/GUI/wizard/OpenPage.h
+1
-0
No files found.
src/GUI/wizard/OpenPage.cpp
View file @
4b515f7e
...
...
@@ -58,3 +58,9 @@ bool OpenPage::validatePage()
return
true
;
}
int
OpenPage
::
nextId
()
const
{
// This an ending page
return
-
1
;
}
src/GUI/wizard/OpenPage.h
View file @
4b515f7e
...
...
@@ -34,6 +34,7 @@ public:
protected:
void
changeEvent
(
QEvent
*
e
);
virtual
bool
validatePage
();
virtual
int
nextId
()
const
;
private:
Ui
::
OpenPage
ui
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment