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
b65c2573
Commit
b65c2573
authored
Mar 29, 2010
by
Jarek Kobus
Browse files
Replace Q_GUI_EXPORT with QTCREATOR_UTILS_EXPORT.
parent
146c3fda
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/utils/wizard.h
View file @
b65c2573
...
...
@@ -41,7 +41,7 @@ namespace Utils {
class
WizardProgress
;
class
WizardPrivate
;
class
Q
_GUI
_EXPORT
Wizard
:
public
QWizard
class
Q
TCREATOR_UTILS
_EXPORT
Wizard
:
public
QWizard
{
Q_OBJECT
Q_PROPERTY
(
bool
automaticProgressCreationEnabled
READ
isAutomaticProgressCreationEnabled
WRITE
setAutomaticProgressCreationEnabled
)
...
...
@@ -72,7 +72,7 @@ private:
class
WizardProgressItem
;
class
WizardProgressPrivate
;
class
Q
_GUI
_EXPORT
WizardProgress
:
public
QObject
class
Q
TCREATOR_UTILS
_EXPORT
WizardProgress
:
public
QObject
{
Q_OBJECT
...
...
@@ -123,7 +123,7 @@ private:
class
WizardProgressItemPrivate
;
class
Q
_GUI
_EXPORT
WizardProgressItem
// managed by WizardProgress
class
Q
TCREATOR_UTILS
_EXPORT
WizardProgressItem
// managed by WizardProgress
{
public:
...
...
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