Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
gennad zlobin
kdevelop
Commits
065a5de4
Commit
065a5de4
authored
Oct 07, 2007
by
Andreas Pakulat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Seems I misunderstood the purpose of GotoFirst/GotoLast, this needs a navigation history hook.
CCBUG:147134
parent
32574c37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/simplemainwindow.cpp
src/simplemainwindow.cpp
+3
-2
No files found.
src/simplemainwindow.cpp
View file @
065a5de4
...
...
@@ -507,12 +507,13 @@ void SimpleMainWindow::gotoPreviousWindow()
void
SimpleMainWindow
::
gotoFirstWindow
()
{
m_activeTabWidget
->
setCurrentPage
(
0
);
//@TODO: implement me
}
void
SimpleMainWindow
::
gotoLastWindow
()
{
m_activeTabWidget
->
setCurrentPage
(
m_activeTabWidget
->
count
()
-
1
);
//@TODO: implement me
}
void
SimpleMainWindow
::
slotCoreInitialized
()
...
...
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