Skip to content

Commit

Permalink
Comment out Q_OBJECT in ScHelpTreeModel and TreeModel
Browse files Browse the repository at this point in the history
Adapt to LuminanceHDR after copying updated versions of these files from
Scribus.
  • Loading branch information
musicinmybrain committed Nov 14, 2021
1 parent 4f670ad commit eb61b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/HelpBrowser/schelptreemodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

class ScHelpTreeModel : public TreeModel
{
Q_OBJECT
// Q_OBJECT

public:
ScHelpTreeModel(const QString &dataFile, const QString &col1name, const QString &col2name, QMap<QString, QString>* indexToBuild, QObject* parent = nullptr);
Expand Down
2 changes: 1 addition & 1 deletion src/HelpBrowser/treemodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
//! [0]
class TreeModel : public QAbstractItemModel
{
Q_OBJECT
// Q_OBJECT

public:
TreeModel(const QString &data, QObject* parent = nullptr);
Expand Down

0 comments on commit eb61b2c

Please sign in to comment.