summaryrefslogtreecommitdiff
path: root/quacker/history.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quacker/history.cpp')
-rw-r--r--quacker/history.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quacker/history.cpp b/quacker/history.cpp
index 30a5361..c391d61 100644
--- a/quacker/history.cpp
+++ b/quacker/history.cpp
@@ -148,7 +148,7 @@ void History::itemActivated(QTableWidgetItem *item)
{
if (it.value() == item)
{
- emit goToHistoryLocation(it.key());
+ emit goToHistoryLocation(&it.key());
break;
}
}