forked from qt-creator/qt-creator
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
This commit is contained in:
@@ -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; }
|
|||||||
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();
|
||||||
|
|||||||
Reference in New Issue
Block a user