Skip to content
Snippets Groups Projects
Commit 88b0e1f6 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Maemo: Remove some outdated TODOs.

parent 7edc45a2
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ signals: ...@@ -77,7 +77,7 @@ signals:
void mounted(); void mounted();
void unmounted(); void unmounted();
void error(const QString &reason); void error(const QString &reason);
void reportProgress(const QString &progressOutput); // TODO: No progress output when there's nothingt to mount void reportProgress(const QString &progressOutput);
void debugOutput(const QString &output); void debugOutput(const QString &output);
private slots: private slots:
......
...@@ -56,7 +56,7 @@ namespace Qt4ProjectManager { ...@@ -56,7 +56,7 @@ namespace Qt4ProjectManager {
namespace Internal { namespace Internal {
namespace { namespace {
const bool DefaultUseRemoteGdbValue = false; // TODO: Make true once it works reliably on Windows const bool DefaultUseRemoteGdbValue = false;
} // anonymous namespace } // anonymous namespace
using namespace ProjectExplorer; using namespace ProjectExplorer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment