forked from qt-creator/qt-creator
Namespace ProgressBar and FadeWidgetHack appropriately
They're internal classes of the core plugin.
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
#include <QtCore/QString>
|
||||
#include <QtGui/QWidget>
|
||||
|
||||
namespace Core {
|
||||
namespace Internal {
|
||||
|
||||
class ProgressBar : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -77,7 +80,9 @@ private:
|
||||
int m_maximum;
|
||||
int m_value;
|
||||
float m_fader;
|
||||
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Core
|
||||
|
||||
#endif // PROGRESSPIE_H
|
||||
|
||||
Reference in New Issue
Block a user