Run astyle-kdelibs on the source
This commit is contained in:
parent
4b85d63d68
commit
39aac8c95b
22 changed files with 1227 additions and 1264 deletions
|
@ -28,46 +28,48 @@
|
|||
|
||||
#include <QUrl>
|
||||
|
||||
namespace KWallet {
|
||||
class Wallet;
|
||||
namespace KWallet
|
||||
{
|
||||
class Wallet;
|
||||
}
|
||||
|
||||
namespace Danbooru {
|
||||
namespace Danbooru
|
||||
{
|
||||
|
||||
class DanbooruService;
|
||||
class DanbooruService;
|
||||
|
||||
const QMap< QUrl, QString > initBoardSalts();
|
||||
const QMap< QUrl, QString > initBoardSalts();
|
||||
|
||||
class DanbooruConnectWidget: public QWidget, public Ui::DanbooruConnectWidget {
|
||||
Q_OBJECT
|
||||
class DanbooruConnectWidget: public QWidget, public Ui::DanbooruConnectWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit DanbooruConnectWidget(QVector<QUrl> urlList,
|
||||
QWidget* parent = 0);
|
||||
~DanbooruConnectWidget();
|
||||
public:
|
||||
explicit DanbooruConnectWidget(QVector<QUrl> urlList,
|
||||
QWidget *parent = 0);
|
||||
~DanbooruConnectWidget();
|
||||
|
||||
QString username() const;
|
||||
QString password() const;
|
||||
QUrl boardUrl() const;
|
||||
QString username() const;
|
||||
QString password() const;
|
||||
QUrl boardUrl() const;
|
||||
|
||||
private:
|
||||
QUrl m_boardUrl;
|
||||
QString m_username;
|
||||
QString m_password;
|
||||
KWallet::Wallet* m_wallet;
|
||||
static const QMap<QUrl, QString> boardSalts;
|
||||
private:
|
||||
QUrl m_boardUrl;
|
||||
QString m_username;
|
||||
QString m_password;
|
||||
KWallet::Wallet *m_wallet;
|
||||
static const QMap<QUrl, QString> boardSalts;
|
||||
|
||||
Q_SIGNALS:
|
||||
void connectionEstablished(DanbooruService* service);
|
||||
void rejected();
|
||||
Q_SIGNALS:
|
||||
void connectionEstablished(DanbooruService *service);
|
||||
void rejected();
|
||||
|
||||
|
||||
private Q_SLOTS:
|
||||
void checkWallet(bool);
|
||||
void getWalletData();
|
||||
void toggleLineEdits(int state);
|
||||
void emitRejected();
|
||||
void accept();
|
||||
};
|
||||
private Q_SLOTS:
|
||||
void checkWallet(bool);
|
||||
void getWalletData();
|
||||
void toggleLineEdits(int state);
|
||||
void emitRejected();
|
||||
void accept();
|
||||
};
|
||||
|
||||
} // namespace Danbooru
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue