diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
commit | 96afcb1a290da1f60751112b60a857296d972501 (patch) | |
tree | 5c662f1fb9cc1f4463949f3f526e403524da9934 | |
parent | 9f65f847c0bbf79c64d405beffcb43baebfc5166 (diff) | |
download | bibletime-96afcb1a290da1f60751112b60a857296d972501.tar.gz bibletime-96afcb1a290da1f60751112b60a857296d972501.zip |
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/bibletime@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | bibletime/frontend/btinstallmgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/frontend/btinstallmgr.cpp b/bibletime/frontend/btinstallmgr.cpp index b240393..ba72c50 100644 --- a/bibletime/frontend/btinstallmgr.cpp +++ b/bibletime/frontend/btinstallmgr.cpp @@ -327,7 +327,7 @@ namespace BookshelfManager { } void BTInstallMgr::pretqStatus(long totalBytes, long completedBytes, const char* /*message*/) { - qWarning("pre tqStatus: %i / %i", (int)totalBytes, (int)completedBytes); + qWarning("pre Status: %i / %i", (int)totalBytes, (int)completedBytes); emit downloadStarted( "unknown filename" ); m_completedBytes = completedBytes; |