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
VideoLAN
VLMC
Commits
b7e00693
Commit
b7e00693
authored
Jan 06, 2010
by
Jean-Baptiste Kempf
Committed by
Ludovic Fauvet
Jan 07, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unneeded slot in library
Signed-off-by:
Ludovic Fauvet
<
etix@l0cal.com
>
parent
08e5a31b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
src/Gui/library/StackViewController.cpp
src/Gui/library/StackViewController.cpp
+1
-5
src/Gui/library/StackViewController.h
src/Gui/library/StackViewController.h
+0
-1
No files found.
src/Gui/library/StackViewController.cpp
View file @
b7e00693
...
...
@@ -43,7 +43,7 @@ StackViewController::StackViewController( QWidget* parent, bool enableImport ) :
{
m_importButton
=
new
QPushButton
(
"Import"
,
parent
);
m_layout
->
addWidget
(
m_importButton
);
connect
(
m_importButton
,
SIGNAL
(
clicked
()
),
this
,
S
LOT
(
displayImportMenu
()
)
);
connect
(
m_importButton
,
SIGNAL
(
clicked
()
),
this
,
S
IGNAL
(
importRequired
()
)
);
}
parent
->
setLayout
(
m_layout
);
...
...
@@ -114,7 +114,3 @@ const ViewController* StackViewController::getCurrentViewController() const
return
m_current
;
}
void
StackViewController
::
displayImportMenu
()
{
emit
importRequired
();
}
src/Gui/library/StackViewController.h
View file @
b7e00693
...
...
@@ -57,7 +57,6 @@ private:
public
slots
:
void
previous
();
void
displayImportMenu
();
signals:
void
importRequired
();
...
...
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