summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2015-02-08 13:44:03 +0800
committerIru Cai <mytbk920423@gmail.com>2015-02-08 13:44:03 +0800
commit66ac56f2836a72dfe92c12c32965932ca110f7af (patch)
tree8eaf772cd48830d969795d3efe117cef7b5d9013 /src
parent622c9cd9f37cedca336affa40067edb768516732 (diff)
downloadfqterm-66ac56f2836a72dfe92c12c32965932ca110f7af.tar.xz
typo...
Diffstat (limited to 'src')
-rw-r--r--src/ui/imageviewer.cpp2
1 files changed, 1 insertions, 1 deletions
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&))));