|
QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
|
#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.