From ce373bf80f8bf0d7596d6da34bc4cfd54b103b31 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Fri, 26 Dec 2014 22:32:00 +0200 Subject: [PATCH] part: Normalize all signal connections. --- part/part.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part/part.cpp b/part/part.cpp index 627056f5..87afb49b 100644 --- a/part/part.cpp +++ b/part/part.cpp @@ -226,7 +226,7 @@ void Part::setupView() this, SLOT(selectionChanged())); //TODO: fix an actual eventhandler - connect(m_view, SIGNAL(activated(const QModelIndex &)), + connect(m_view, SIGNAL(activated(QModelIndex)), this, SLOT(slotPreviewWithInternalViewer())); connect(m_view, SIGNAL(customContextMenuRequested(QPoint)), this, SLOT(slotShowContextMenu())); -- GitLab