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>
30class QStandardItemModel;
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 testProtocolVersion();
89 void testControlLog();
92 QString createReport();
94 Ui::SelfTestDialog ui;
95 QStandardItemModel *mTestModel;
A dialog that checks the current status of the Akonadi system.
void hideIntroduction()
Hides the label with the introduction message.
SelfTestDialog(QWidget *parent=0)
Creates a new self test dialog.
FreeBusyManager::Singleton.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by
doxygen 1.10.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.