Use new api

wilder-work
Laurent Montel 8 years ago
parent 38b00d5e57
commit c38babf67c
  1. 2
      CMakeLists.txt
  2. 7
      src/editor/kmcomposereditorng.cpp
  3. 1
      src/editor/kmcomposereditorng.h

@ -67,7 +67,7 @@ find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED DBus Network Test Widget
set(LIBGRAVATAR_VERSION_LIB "5.7.40")
set(MAILCOMMON_LIB_VERSION_LIB "5.7.41")
set(KDEPIM_APPS_LIB_VERSION_LIB "5.7.40")
set(MESSAGELIB_LIB_VERSION_LIB "5.7.49")
set(MESSAGELIB_LIB_VERSION_LIB "5.7.81")
set(LIBKLEO_LIB_VERSION_LIB "5.7.40")
set(PIMCOMMON_LIB_VERSION_LIB "5.7.42")
set(LIBKDEPIM_LIB_VERSION_LIB "5.7.40")

@ -149,3 +149,10 @@ void KMComposerEditorNg::showSpellConfigDialog(const QString &configFileName)
}
delete dialog;
}
bool KMComposerEditorNg::convertPlainText(MessageComposer::TextPart *textPart)
{
//TODO implement it
return false;
}

@ -36,6 +36,7 @@ public:
void showSpellConfigDialog(const QString &configFileName);
bool convertPlainText(MessageComposer::TextPart *textPart) override;
Q_SIGNALS:
void insertSnippet();

Loading…
Cancel
Save