forked from blue/squawk
actual pasword reasking on failed authentication
This commit is contained in:
parent
ce686e121b
commit
8f949277f6
13 changed files with 347 additions and 28 deletions
|
@ -24,9 +24,7 @@
|
|||
#include <boost/multi_index/ordered_index.hpp>
|
||||
#include <boost/multi_index/sequenced_index.hpp>
|
||||
|
||||
/**
|
||||
* @todo write docs
|
||||
*/
|
||||
#include <ui/widgets/accounts/credentialsprompt.h>
|
||||
|
||||
class Squawk;
|
||||
|
||||
|
@ -36,7 +34,8 @@ class DialogQueue : public QObject
|
|||
public:
|
||||
enum Action {
|
||||
none,
|
||||
askPassword
|
||||
askPassword,
|
||||
askCredentials
|
||||
};
|
||||
|
||||
DialogQueue(Squawk* squawk);
|
||||
|
@ -85,7 +84,7 @@ private:
|
|||
Collection& collection;
|
||||
Sequence& sequence;
|
||||
|
||||
QInputDialog* prompt;
|
||||
QDialog* prompt;
|
||||
Squawk* squawk;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue