diff options
author | hjk <qtc-commiter@nokia.com> | 2008-12-02 12:57:59 +0100 |
---|---|---|
committer | hjk <qtc-commiter@nokia.com> | 2008-12-02 12:57:59 +0100 |
commit | 1472bdb0cc0c96b254cdf682bbe004c766be4a26 (patch) | |
tree | 35113d1759af5eff670c7bb13b52a7a2e3017885 /shared/proparser/valueeditor.h | |
parent | e2fb40c7631c959bc51e6cf56661bb633951f7cc (diff) | |
download | qt-creator-1472bdb0cc0c96b254cdf682bbe004c766be4a26.tar.gz |
some file cosmetics (mostly #include order and whitespace)
Diffstat (limited to 'shared/proparser/valueeditor.h')
-rw-r--r-- | shared/proparser/valueeditor.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/shared/proparser/valueeditor.h b/shared/proparser/valueeditor.h index 50ba2f8a92..df0ba93be5 100644 --- a/shared/proparser/valueeditor.h +++ b/shared/proparser/valueeditor.h @@ -30,15 +30,16 @@ ** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #ifndef VALUEEDITOR_H #define VALUEEDITOR_H #include "namespace_global.h" +#include "ui_valueeditor.h" #include <QtCore/QList> #include <QtGui/QWidget> #include <QtCore/QPointer> -#include "ui_valueeditor.h" QT_BEGIN_NAMESPACE class ProBlock; @@ -51,8 +52,7 @@ namespace Internal { class ProEditorModel; class ProItemInfoManager; -class ValueEditor : public QWidget, - protected Ui::ValueEditor +class ValueEditor : public QWidget, protected Ui::ValueEditor { Q_OBJECT @@ -113,7 +113,7 @@ private: ProItemInfoManager *m_infomanager; }; -} //namespace Internal -} //namespace Qt4ProjectManager +} // namespace Internal +} // namespace Qt4ProjectManager -#endif //VALUEEDITOR_H +#endif // VALUEEDITOR_H |