GIT_SILENT: coding style

wilder-work
Laurent Montel 8 years ago
parent 1c9c6886f1
commit 3c8a4a6652
  1. 1
      src/editor/kmcomposereditorng.cpp
  2. 3
      src/editor/plugininterface/kmailplugineditorconverttextmanagerinterface.cpp

@ -150,7 +150,6 @@ void KMComposerEditorNg::showSpellConfigDialog(const QString &configFileName)
delete dialog;
}
bool KMComposerEditorNg::convertPlainText(MessageComposer::TextPart *textPart)
{
//TODO implement it

@ -17,7 +17,6 @@
Boston, MA 02110-1301, USA.
*/
#include "kmailplugineditorconverttextmanagerinterface.h"
#include "kmail_debug.h"
#include <MessageComposer/PluginEditorConvertText>
@ -28,12 +27,10 @@
KMailPluginEditorConvertTextManagerInterface::KMailPluginEditorConvertTextManagerInterface(QObject *parent)
: QObject(parent)
{
}
KMailPluginEditorConvertTextManagerInterface::~KMailPluginEditorConvertTextManagerInterface()
{
}
void KMailPluginEditorConvertTextManagerInterface::reformatText()

Loading…
Cancel
Save