diff options
author | Friedemann Kleint <[email protected]> | 2009-09-25 11:35:44 +0200 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2009-09-25 11:35:44 +0200 |
commit | 978cf4bda8882ddf763e4a353f5cfee729a6d3b6 (patch) | |
tree | a4231cf285e618641587af139e2a9d4ab667f7e8 /src/plugins/git/settingspage.cpp | |
parent | e7cef7ef227fb186ccac436413adead6d9e5aa75 (diff) |
Rename IRunConfigurationRunner -> IRunControlFactory...
and ApplicationRunConfiguration to LocalApplicationRunConfiguration,
preparing remote debugging. Change the interface canRun() to be const,
run() to create() (since it does not run anything), use references
to the QSharedPointer<Foo>. Introduce d-Pointer and remove
unneeded headers from ProjectExplorerPlugin and add missing includes
everywhere.
Diffstat (limited to 'src/plugins/git/settingspage.cpp')
-rw-r--r-- | src/plugins/git/settingspage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/settingspage.cpp b/src/plugins/git/settingspage.cpp index 2c932b863b1..9060bdd7620 100644 --- a/src/plugins/git/settingspage.cpp +++ b/src/plugins/git/settingspage.cpp @@ -34,6 +34,7 @@ #include <vcsbase/vcsbaseconstants.h> #include <QtCore/QCoreApplication> +#include <QtCore/QFileInfo> #include <QtCore/QDebug> #include <QtGui/QMessageBox> |