signals-> Q_SIGNALS

A future ECM update is going to force that on us, so do it now anyway
remotes/origin/work/aacid/moreecm585defines
Albert Astals Cid 4 years ago
parent a2e1043149
commit 6747e7fe8b
  1. 2
      autotests/parttest.cpp
  2. 2
      generators/chm/lib/ebook_search.h
  3. 2
      generators/chm/lib/helper_search_index.h
  4. 2
      part/annotationactionhandler.h
  5. 2
      part/tts.h

@ -52,7 +52,7 @@ class PartTest : public QObject
static bool openDocument(Okular::Part *part, const QString &filePath); static bool openDocument(Okular::Part *part, const QString &filePath);
signals: Q_SIGNALS:
void urlHandler(const QUrl &url); // NOLINT(readability-inconsistent-declaration-parameter-name) void urlHandler(const QUrl &url); // NOLINT(readability-inconsistent-declaration-parameter-name)
private Q_SLOTS: private Q_SLOTS:

@ -54,7 +54,7 @@ public:
//! Returns true if a valid search index is present, and therefore search could be executed //! Returns true if a valid search index is present, and therefore search could be executed
bool hasIndex() const; bool hasIndex() const;
signals: Q_SIGNALS:
void progressStep(int value, const QString &stepName); void progressStep(int value, const QString &stepName);
public Q_SLOTS: public Q_SLOTS:

@ -78,7 +78,7 @@ public:
return m_charsword; return m_charsword;
} }
signals: Q_SIGNALS:
void indexingProgress(int, const QString &); void indexingProgress(int, const QString &);
public Q_SLOTS: public Q_SLOTS:

@ -42,7 +42,7 @@ public:
void setTextToolsEnabled(bool on); void setTextToolsEnabled(bool on);
void deselectAllAnnotationActions(); void deselectAllAnnotationActions();
signals: Q_SIGNALS:
void ephemeralStampWarning(); void ephemeralStampWarning();
private Q_SLOTS: private Q_SLOTS:

@ -25,7 +25,7 @@ public Q_SLOTS:
void slotSpeechStateChanged(QTextToSpeech::State state); void slotSpeechStateChanged(QTextToSpeech::State state);
void slotConfigChanged(); void slotConfigChanged();
signals: Q_SIGNALS:
void isSpeaking(bool speaking); void isSpeaking(bool speaking);
void canPauseOrResume(bool speakingOrPaused); void canPauseOrResume(bool speakingOrPaused);

Loading…
Cancel
Save