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
20939198
Commit
20939198
authored
Feb 11, 2009
by
dt
Browse files
Fixes: Missing export macro.
parent
cc82a0c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/cesdkhandler.h
View file @
20939198
...
...
@@ -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
.
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