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
Utilities
Ark
Commits
ce373bf8
Commit
ce373bf8
authored
Dec 26, 2014
by
Raphael Kubo da Costa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
part: Normalize all signal connections.
parent
f75010be
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
part/part.cpp
part/part.cpp
+1
-1
No files found.
part/part.cpp
View file @
ce373bf8
...
@@ -226,7 +226,7 @@ void Part::setupView()
...
@@ -226,7 +226,7 @@ void Part::setupView()
this
,
SLOT
(
selectionChanged
()));
this
,
SLOT
(
selectionChanged
()));
//TODO: fix an actual eventhandler
//TODO: fix an actual eventhandler
connect
(
m_view
,
SIGNAL
(
activated
(
const
QModelIndex
&
)),
connect
(
m_view
,
SIGNAL
(
activated
(
QModelIndex
)),
this
,
SLOT
(
slotPreviewWithInternalViewer
()));
this
,
SLOT
(
slotPreviewWithInternalViewer
()));
connect
(
m_view
,
SIGNAL
(
customContextMenuRequested
(
QPoint
)),
this
,
SLOT
(
slotShowContextMenu
()));
connect
(
m_view
,
SIGNAL
(
customContextMenuRequested
(
QPoint
)),
this
,
SLOT
(
slotShowContextMenu
()));
...
...
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