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:
void mounted();
void unmounted();
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);
private slots:
......
......@@ -56,7 +56,7 @@ namespace Qt4ProjectManager {
namespace Internal {
namespace {
const bool DefaultUseRemoteGdbValue = false; // TODO: Make true once it works reliably on Windows
const bool DefaultUseRemoteGdbValue = false;
} // anonymous namespace
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