From 66ac56f2836a72dfe92c12c32965932ca110f7af Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Sun, 8 Feb 2015 13:44:03 +0800 Subject: typo... --- src/ui/imageviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ui/imageviewer.cpp b/src/ui/imageviewer.cpp index 37cb917..5d6f34d 100644 --- a/src/ui/imageviewer.cpp +++ b/src/ui/imageviewer.cpp @@ -1454,7 +1454,7 @@ namespace FQTerm { FQ_VERIFY(connect(tree_, SIGNAL(activated(const QModelIndex &)), this, SLOT(onChange(const QModelIndex &)))); FQ_VERIFY(connect(tree_->selectionModel(), - SIGNAL(selectionChanged(const QIetmSelection&, + SIGNAL(selectionChanged(const QItemSelection&, const QItemSelection&)), this, SLOT(selectionChanged(const QItemSelection&, const QItemSelection&)))); -- cgit v1.2.3