Astyle kdelibs

wilder-work
Montel Laurent 10 years ago
parent 7b731ad5ef
commit 0c2f254e50
  1. 2
      agents/archivemailagent/archivemailkernel.cpp
  2. 2
      agents/mailfilteragent/dummykernel.cpp
  3. 1
      src/editor/kmcomposerwin.cpp
  4. 1
      src/kmkernel.cpp
  5. 1
      src/kmmainwidget.cpp
  6. 2
      src/tests/ktoolinvocationtest.cpp

@ -122,8 +122,6 @@ void ArchiveMailKernel::setLastSelectedFolder(Akonadi::Collection::Id col)
Q_UNUSED(col); Q_UNUSED(col);
} }
void ArchiveMailKernel::expunge(Akonadi::Collection::Id col, bool sync) void ArchiveMailKernel::expunge(Akonadi::Collection::Id col, bool sync)
{ {
Q_UNUSED(col); Q_UNUSED(col);

@ -104,8 +104,6 @@ void DummyKernel::setLastSelectedFolder(Akonadi::Collection::Id col)
Q_UNUSED(col); Q_UNUSED(col);
} }
void DummyKernel::expunge(Akonadi::Collection::Id id, bool sync) void DummyKernel::expunge(Akonadi::Collection::Id id, bool sync)
{ {
Akonadi::Collection col(id); Akonadi::Collection col(id);

@ -1300,7 +1300,6 @@ void KMComposerWin::setupActions(void)
QShortcut *shortcut = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_Space), this); QShortcut *shortcut = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_Space), this);
connect(shortcut, &QShortcut::activated, this, &KMComposerWin::slotInsertNonBreakingSpace); connect(shortcut, &QShortcut::activated, this, &KMComposerWin::slotInsertNonBreakingSpace);
createGUI(QStringLiteral("kmcomposerui.rc")); createGUI(QStringLiteral("kmcomposerui.rc"));
initializePluginActions(); initializePluginActions();
connect(toolBar(QStringLiteral("htmlToolBar"))->toggleViewAction(), &QAction::toggled, connect(toolBar(QStringLiteral("htmlToolBar"))->toggleViewAction(), &QAction::toggled,

@ -2209,7 +2209,6 @@ void KMKernel::setShuttingDown(bool flag)
the_shuttingDown = flag; the_shuttingDown = flag;
} }
void KMKernel::expunge(Akonadi::Collection::Id col, bool sync) void KMKernel::expunge(Akonadi::Collection::Id col, bool sync)
{ {
Q_UNUSED(col); Q_UNUSED(col);

@ -1273,7 +1273,6 @@ bool KMMainWidget::slotSearch()
return true; return true;
} }
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
void KMMainWidget::slotFilter() void KMMainWidget::slotFilter()
{ {

@ -17,7 +17,6 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#include <qdebug.h> #include <qdebug.h>
#include <QCoreApplication> #include <QCoreApplication>
@ -41,7 +40,6 @@ int main(int argc, char **argv)
parser.process(app); parser.process(app);
aboutData.processCommandLine(&parser); aboutData.processCommandLine(&parser);
QString errmsg; QString errmsg;
if (KToolInvocation::startServiceByDesktopName(QStringLiteral("org.kde.kmail"), QString(), &errmsg)) { if (KToolInvocation::startServiceByDesktopName(QStringLiteral("org.kde.kmail"), QString(), &errmsg)) {
qDebug() << " Can not start kmail" << errmsg; qDebug() << " Can not start kmail" << errmsg;

Loading…
Cancel
Save