generic: remove redundant IN_IDE_PARSER definition checks

major league, baby! no kdevelop required

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-06-30 01:24:37 +03:00
parent 5306620781
commit 2f1255c32b
2 changed files with 6 additions and 6 deletions

View file

@ -346,8 +346,8 @@ public:
bool isAutoDelete() const;
Q_SIGNALS:
#if !defined(Q_MOC_RUN) && !defined(DOXYGEN_SHOULD_SKIP_THIS) && !defined(IN_IDE_PARSER)
private: // don't tell moc, doxygen or kdevelop, but those signals are in fact private
#if !defined(Q_MOC_RUN) && !defined(DOXYGEN_SHOULD_SKIP_THIS)
private: // don't tell moc or doxygen but those signals are in fact private
#endif
/**
* Emitted when the job is finished, in any case. It is used to notify
@ -443,8 +443,8 @@ Q_SIGNALS:
Q_SIGNALS:
#if !defined(Q_MOC_RUN) && !defined(DOXYGEN_SHOULD_SKIP_THIS) && !defined(IN_IDE_PARSER)
private: // don't tell moc, doxygen or kdevelop, but those signals are in fact private
#if !defined(Q_MOC_RUN) && !defined(DOXYGEN_SHOULD_SKIP_THIS)
private: // don't tell moc or doxygen but those signals are in fact private
#endif
/**
* Emitted when we know the amount the job will have to process. The unit of this

View file

@ -428,8 +428,8 @@ public:
typedef QMap<QString, QList<QAction *> > ActionGroupMap;
Q_SIGNALS:
#if !defined(Q_MOC_RUN) && !defined(DOXYGEN_SHOULD_SKIP_THIS) && !defined(IN_IDE_PARSER)
public: // yes, those signals are public; don't tell moc, doxygen or kdevelop :)
#if !defined(Q_MOC_RUN) && !defined(DOXYGEN_SHOULD_SKIP_THIS)
public: // yes, those signals are public; don't tell moc or doxygen :)
#endif
/**
* Enables or disable a standard action held by the browser.