Skip to content

Commit

Permalink
fix automoc error on mac osx
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Apr 30, 2016
1 parent 554e130 commit 1884af0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mscore/omrpanel.h
Expand Up @@ -27,7 +27,7 @@ class OmrView;
//---------------------------------------------------------

class OmrPanel : public QDockWidget {
Q_OBJECT
//Q_OBJECT

Ui::OmrPanel op;

Expand Down
4 changes: 2 additions & 2 deletions mscore/partedit.h
Expand Up @@ -36,7 +36,7 @@ class Part;
//---------------------------------------------------------

class PartEdit : public QWidget, public Ui::PartEditBase {
Q_OBJECT
//Q_OBJECT

Channel* channel;
Part* part;
Expand Down Expand Up @@ -68,7 +68,7 @@ class PartEdit : public QWidget, public Ui::PartEditBase {

class InstrumentListEditor : public QScrollArea
{
Q_OBJECT
//Q_OBJECT
Score* cs;
QScrollArea* sa;
QVBoxLayout* vb;
Expand Down
2 changes: 1 addition & 1 deletion mscore/webpage.h
Expand Up @@ -80,7 +80,7 @@ class MyWebPage: public QWebPage

class MyWebView: public QWebView
{
Q_OBJECT
//Q_OBJECT

MyWebPage m_page;
QProgressBar* progressBar;
Expand Down

0 comments on commit 1884af0

Please sign in to comment.