Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
39a857b0
Commit
39a857b0
authored
Feb 08, 2012
by
Jekyll Wu
Browse files
Rename for clarity
parent
117a3b29
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/Application.cpp
View file @
39a857b0
...
...
@@ -75,7 +75,7 @@ void Application::init()
MainWindow
*
Application
::
newMainWindow
()
{
MainWindow
*
window
=
new
MainWindow
();
window
->
set
Session
List
(
new
ProfileList
(
true
,
window
));
window
->
set
Profile
List
(
new
ProfileList
(
true
,
window
));
connect
(
window
,
SIGNAL
(
newSessionRequest
(
Profile
::
Ptr
,
QString
,
ViewManager
*
)),
...
...
src/MainWindow.cpp
View file @
39a857b0
...
...
@@ -315,7 +315,7 @@ BookmarkHandler* MainWindow::bookmarkHandler() const
return
_bookmarkHandler
;
}
void
MainWindow
::
set
Session
List
(
ProfileList
*
list
)
void
MainWindow
::
set
Profile
List
(
ProfileList
*
list
)
{
sessionListChanged
(
list
->
actions
());
...
...
src/MainWindow.h
View file @
39a857b0
...
...
@@ -79,8 +79,8 @@ public:
*/
IncrementalSearchBar
*
searchBar
()
const
;
/** Sets the list of
session
s to be displayed in the File menu */
void
set
Session
List
(
ProfileList
*
list
);
/** Sets the list of
profile
s to be displayed in the File menu */
void
set
Profile
List
(
ProfileList
*
list
);
/**
* Returns the bookmark handler associated with this window.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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