Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
88b0e1f6
Commit
88b0e1f6
authored
Nov 02, 2010
by
Christian Kandeler
Browse files
Maemo: Remove some outdated TODOs.
parent
7edc45a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemoremotemounter.h
View file @
88b0e1f6
...
...
@@ -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
:
...
...
src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.cpp
View file @
88b0e1f6
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment