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
b37cafc6
Commit
b37cafc6
authored
Feb 24, 2011
by
Tobias Hunger
Browse files
Symbian: Remove some dead code
parent
4792715f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60devices.cpp
View file @
b37cafc6
...
...
@@ -186,21 +186,6 @@ S60Devices::Device S60Devices::defaultDevice() const
return
index
==
-
1
?
Device
()
:
m_devices
.
at
(
index
);
}
QString
S60Devices
::
cleanedRootPath
(
const
QString
&
deviceRoot
)
{
QString
path
=
deviceRoot
;
#ifdef Q_OS_WIN
// sbsv2 actually recommends having the DK on a separate drive...
// But qmake breaks when doing that!
if
(
path
.
size
()
>
1
&&
path
.
at
(
1
)
==
QChar
(
':'
))
path
=
path
.
mid
(
2
);
#endif
if
(
!
path
.
size
()
||
path
.
at
(
path
.
size
()
-
1
)
!=
'/'
)
path
.
append
(
'/'
);
return
path
;
}
S60Devices
::
StringStringPairList
S60Devices
::
readSdkQtAssociationSettings
(
const
QSettings
*
settings
,
const
QString
&
group
,
int
*
defaultIndexPtr
)
...
...
src/plugins/qt4projectmanager/qt-s60/s60devices.h
View file @
b37cafc6
...
...
@@ -82,8 +82,6 @@ public:
int
findByEpocRoot
(
const
QString
&
er
)
const
;
static
QString
cleanedRootPath
(
const
QString
&
deviceRoot
);
signals:
void
qtVersionsChanged
();
...
...
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