/****************************************************************************** * Copyright (C) 2011 Frank Osterfeld * * * * 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 using namespace QKeychain; void ReadPasswordJob::Private::doStart() { q->emitFinishedWithError( NotImplemented, QString() ); } void WritePasswordJob::Private::doStart() { q->emitFinishedWithError( NotImplemented, QString() ); }