diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2010-06-15 13:07:25 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2010-06-15 13:22:50 +0200 |
commit | 3029a2957c73609a81213158dddd40e959933ee3 (patch) | |
tree | 1b1485f9f140cd8d8f2901a06f1bfbec8bffb3bd /src/plugins/debugger/moduleshandler.cpp | |
parent | 173cdff56c57e19921386c13c7c17457ad5b67c4 (diff) | |
download | qt-creator-3029a2957c73609a81213158dddd40e959933ee3.tar.gz |
Compile fix for ModulesHandler
Diffstat (limited to 'src/plugins/debugger/moduleshandler.cpp')
-rw-r--r-- | src/plugins/debugger/moduleshandler.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/debugger/moduleshandler.cpp b/src/plugins/debugger/moduleshandler.cpp index a243c2da0a..272e71e7df 100644 --- a/src/plugins/debugger/moduleshandler.cpp +++ b/src/plugins/debugger/moduleshandler.cpp @@ -252,5 +252,3 @@ Modules ModulesHandler::modules() const } // namespace Internal } // namespace Debugger - -#include "moduleshandler.moc" |