Skip to content
Snippets Groups Projects
Commit c5f33445 authored by hjk's avatar hjk
Browse files

Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline

parents 8e3bfaf2 20939198
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
namespace ProjectExplorer { namespace ProjectExplorer {
class CeSdkInfo class PROJECTEXPLORER_EXPORT CeSdkInfo
{ {
public: public:
CeSdkInfo(); CeSdkInfo();
...@@ -76,7 +76,7 @@ inline int CeSdkInfo::majorVersion() { return m_major; } ...@@ -76,7 +76,7 @@ inline int CeSdkInfo::majorVersion() { return m_major; }
inline int CeSdkInfo::minorVersion() { return m_minor; } inline int CeSdkInfo::minorVersion() { return m_minor; }
inline bool CeSdkInfo::isSupported() { return m_major >= 5; } inline bool CeSdkInfo::isSupported() { return m_major >= 5; }
class CeSdkHandler class PROJECTEXPLORER_EXPORT CeSdkHandler
{ {
public: public:
CeSdkHandler(); CeSdkHandler();
......
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