2011-11-14 09:56:55 +00:00
|
|
|
/******************************************************************************
|
|
|
|
* Copyright (C) 2011 Frank Osterfeld <frank.osterfeld@gmail.com> *
|
|
|
|
* *
|
|
|
|
* This program is distributed in the hope that it will be useful, but *
|
|
|
|
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
|
|
|
|
* or FITNESS FOR A PARTICULAR PURPOSE. For licensing and distribution *
|
|
|
|
* details, check the accompanying file 'COPYING'. *
|
|
|
|
*****************************************************************************/
|
|
|
|
#include "keychain_p.h"
|
|
|
|
|
|
|
|
#include <QSettings>
|
|
|
|
|
|
|
|
using namespace QKeychain;
|
|
|
|
|
2012-04-06 15:39:59 +00:00
|
|
|
void ReadPasswordJob::Private::doStart() {
|
|
|
|
q->emitFinishedWithError( NotImplemented, QString() );
|
2011-11-14 09:56:55 +00:00
|
|
|
}
|
|
|
|
|
2012-04-06 15:39:59 +00:00
|
|
|
void WritePasswordJob::Private::doStart() {
|
|
|
|
q->emitFinishedWithError( NotImplemented, QString() );
|
2011-11-14 09:56:55 +00:00
|
|
|
}
|