mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 22:35:49 +00:00
Stabilizing commit
* move request timeout settings to the configuration header * initial support of requiredby dictionary * add AWPatternFunctions namespace * improve components communication * update UI to recent abilities * rewrite qCDebug messages and update CONTRIBUTING.md accordingly
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
|
||||
namespace AWKeyCache
|
||||
{
|
||||
void addKeyToCache(const QString type, const QString key = QString(""));
|
||||
bool addKeyToCache(const QString type, const QString key = QString(""));
|
||||
QHash<QString, QStringList> loadKeysFromCache();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user