QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
#include "qgscredentialdialog.h"
#include "qgsauthmanager.h"
#include "qgslogger.h"
#include "qgssettings.h"
#include "qgsapplication.h"
#include <QPushButton>
#include <QMenu>
#include <QToolButton>
#include <QThread>
#include <QTimer>
#include <QGlobalStatic>
Go to the source code of this file.
Typedefs | |
typedef QSet< QString > | IgnoredConnectionsSet |
Functions | |
Q_GLOBAL_STATIC (IgnoredConnectionsSet, sIgnoredConnectionsCache) | |
Temporary cache for ignored connections, to avoid GUI freezing by multiple credentials requests to the same connection. More... | |
typedef QSet<QString> IgnoredConnectionsSet |
Definition at line 33 of file qgscredentialdialog.cpp.
Q_GLOBAL_STATIC | ( | IgnoredConnectionsSet | , |
sIgnoredConnectionsCache | |||
) |
Temporary cache for ignored connections, to avoid GUI freezing by multiple credentials requests to the same connection.