forked from qt-creator/qt-creator
Removed stray tokens and fixed warnings/errors when compiling with pedantic C++ compilers.
This commit is contained in:
@@ -57,7 +57,7 @@ namespace Internal {
|
||||
class FormEditorStack : public QStackedWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(FormEditorStack);
|
||||
Q_DISABLE_COPY(FormEditorStack)
|
||||
public:
|
||||
explicit FormEditorStack(QWidget *parent = 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user