diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 08:42:36 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 08:42:36 +0200 |
commit | 9e6dc13ee9cfc1743d11b8df336a020732560d3f (patch) | |
tree | 89a9acd1de7e3f956c4d7e41a65c6dfec8978102 /ftnoir_tracker_ht/ftnoir_tracker_ht.cpp | |
parent | 0fa42ce4822c7b7cdfde6d0fe93abb2d722bc230 (diff) |
fixup! 725e9c0e6ba5d3ab1bded4f104ce03cd57d3de4b
Diffstat (limited to 'ftnoir_tracker_ht/ftnoir_tracker_ht.cpp')
-rw-r--r-- | ftnoir_tracker_ht/ftnoir_tracker_ht.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp index 50b25238..ef7e185d 100644 --- a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp +++ b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp @@ -229,7 +229,7 @@ void TrackerDll::getFullName(QString *strToBeFilled) void TrackerDll::getShortName(QString *strToBeFilled) { - *strToBeFilled = "HT" + *strToBeFilled = "HT"; } void TrackerDll::getDescription(QString *strToBeFilled) |