mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
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:
parent
5306620781
commit
2f1255c32b
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue