Skip to content
GitLab
Menu
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
c5f33445
Commit
c5f33445
authored
Feb 11, 2009
by
hjk
Browse files
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
parents
8e3bfaf2
20939198
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/cesdkhandler.h
View file @
c5f33445
...
...
@@ -44,7 +44,7 @@
namespace
ProjectExplorer
{
class
CeSdkInfo
class
PROJECTEXPLORER_EXPORT
CeSdkInfo
{
public:
CeSdkInfo
();
...
...
@@ -76,7 +76,7 @@ inline int CeSdkInfo::majorVersion() { return m_major; }
inline
int
CeSdkInfo
::
minorVersion
()
{
return
m_minor
;
}
inline
bool
CeSdkInfo
::
isSupported
()
{
return
m_major
>=
5
;
}
class
CeSdkHandler
class
PROJECTEXPLORER_EXPORT
CeSdkHandler
{
public:
CeSdkHandler
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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