KDECore
kauthactionwatcher.cpp
Go to the documentation of this file.
55 connect(helper, SIGNAL(actionPerformed(QString,ActionReply)), this, SLOT(actionPerformedSlot(QString,ActionReply)));
57 connect(helper, SIGNAL(progressStep(QString,QVariantMap)), this, SLOT(progressStepSlot(QString,QVariantMap)));
62 ActionWatcher::~ActionWatcher()
88 void ActionWatcher::Private::actionPerformedSlot(const QString &taction, const ActionReply &reply)
109 void ActionWatcher::Private::statusChangedSlot(const QString &taction, Action::AuthStatus status)
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 23 2013 21:56:48 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 23 2013 21:56:48 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.