diff options
author | hjk <qtc-committer@nokia.com> | 2011-06-28 18:00:38 +0200 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2011-06-29 10:21:55 +0200 |
commit | fda652a43ef8c130ceaa39a10f74314796693e7a (patch) | |
tree | bdf580688d8009c5aa1ac443ef6ce8d3874b73c0 /src/libs/utils/buildablehelperlibrary.cpp | |
parent | 6244008dcb43dde15dea3becbbec07d941b4759c (diff) | |
download | qt-creator-fda652a43ef8c130ceaa39a10f74314796693e7a.tar.gz |
debugger: rename gdbmacros* to dumper*
Was mis-named from the beginning.
(cherry picked from commit 2f119dc2f85b28274d47ff635188872d5ed11521)
Change-Id: I4f2e388edfdded117c5b35d3d04bbdc68d77afa4
Reviewed-on: http://codereview.qt.nokia.com/872
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/libs/utils/buildablehelperlibrary.cpp')
-rw-r--r-- | src/libs/utils/buildablehelperlibrary.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libs/utils/buildablehelperlibrary.cpp b/src/libs/utils/buildablehelperlibrary.cpp index 586c69745f..8dc364815b 100644 --- a/src/libs/utils/buildablehelperlibrary.cpp +++ b/src/libs/utils/buildablehelperlibrary.cpp @@ -310,9 +310,10 @@ QString BuildableHelperLibrary::byInstallDataHelper(const QString &sourcePath, } } - // We pretend that the lastmodified of gdbmacros.cpp is 5 minutes before what the file system says - // Because afer a installation from the package the modified dates of gdbmacros.cpp - // and the actual library are close to each other, but not deterministic in one direction + // We pretend that the lastmodified of dumper.cpp is 5 minutes before what + // the file system says because afer a installation from the package the + // modified dates of dumper.cpp and the actual library are close to each + // other, but not deterministic in one direction. if (sourcesModified.isValid()) sourcesModified = sourcesModified.addSecs(-300); |