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
01b7e7b9
Commit
01b7e7b9
authored
May 20, 2010
by
kh1
Browse files
Remove some leftovers.
Reviewed-by: ck
parent
697cb0da
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.cpp
View file @
01b7e7b9
...
...
@@ -222,26 +222,6 @@ MaemoDeviceConfig MaemoRunConfiguration::deviceConfig() const
return
m_devConfig
;
}
const
QString
MaemoRunConfiguration
::
sshCmd
()
const
{
return
cmd
(
QString
::
fromLocal8Bit
(
"ssh"
));
}
const
QString
MaemoRunConfiguration
::
scpCmd
()
const
{
return
cmd
(
QString
::
fromLocal8Bit
(
"scp"
));
}
const
QString
MaemoRunConfiguration
::
cmd
(
const
QString
&
cmdName
)
const
{
QString
command
(
cmdName
);
#ifdef Q_OS_WIN
command
=
maddeRoot
()
+
QLatin1String
(
"/bin/"
)
+
command
+
QLatin1String
(
".exe"
);
#endif
return
command
;
}
const
MaemoToolChain
*
MaemoRunConfiguration
::
toolchain
()
const
{
Qt4BuildConfiguration
*
qt4bc
(
activeQt4BuildConfiguration
());
...
...
src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.h
View file @
01b7e7b9
...
...
@@ -88,8 +88,6 @@ public:
MaemoDeviceConfig
deviceConfig
()
const
;
QString
runtimeGdbServerPort
()
const
;
const
QString
sshCmd
()
const
;
const
QString
scpCmd
()
const
;
const
QString
gdbCmd
()
const
;
const
QString
dumperLib
()
const
;
...
...
@@ -110,7 +108,6 @@ private slots:
private:
void
init
();
const
QString
cmd
(
const
QString
&
cmdName
)
const
;
const
MaemoToolChain
*
toolchain
()
const
;
bool
fileNeedsDeployment
(
const
QString
&
path
,
const
QDateTime
&
lastDeployed
)
const
;
void
addDeployTimesToMap
(
const
QString
&
key
,
...
...
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