akonadi
20 #ifndef AKONADI_SELFTESTDIALOG_P_H
21 #define AKONADI_SELFTESTDIALOG_P_H
23 #include "akonadiprivate_export.h"
24 #include "ui_selftestdialog.h"
27 #include <KLocalizedString>
30 class QStandardItemModel;
58 void hideIntroduction();
61 void selectionChanged(
const QModelIndex &index );
64 void linkActivated(
const QString &link );
74 QStandardItem* report( ResultType type,
const KLocalizedString &summary,
const KLocalizedString &details );
75 QVariant serverSetting(
const QString &group,
const char *key,
const QVariant &def )
const;
76 bool useStandaloneMysqlServer()
const;
77 bool runProcess(
const QString &app,
const QStringList &args, QString &result )
const;
80 void testMySQLServer();
81 void testMySQLServerLog();
82 void testMySQLServerConfig();
83 void testPSQLServer();
84 void testAkonadiCtl();
85 void testServerStatus();
86 void testSearchStatus();
87 void testProtocolVersion();
90 void testControlLog();
93 QString createReport();
95 Ui::SelfTestDialog ui;
96 QStandardItemModel* mTestModel;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:41 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.