diff options
| author | Tannin <sherb@gmx.net> | 2016-05-19 19:17:15 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-05-19 19:17:15 +0200 |
| commit | 30878ae39460e14fe0a8ba0c06b3db6d16e73715 (patch) | |
| tree | ed1c47fd91ad74b7f3d88505ce9d8472813878cc /src/nexusinterface.h | |
| parent | 45a182a381a197b2e62eaf9f87ad15f84250c1e7 (diff) | |
added button to clear webcaches and cookies
Diffstat (limited to 'src/nexusinterface.h')
| -rw-r--r-- | src/nexusinterface.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nexusinterface.h b/src/nexusinterface.h index c9a81134..9e7f3642 100644 --- a/src/nexusinterface.h +++ b/src/nexusinterface.h @@ -143,6 +143,11 @@ public: void cleanup();
/**
+ * @brief clear webcache and cookies associated with this access manager
+ */
+ void clearCache();
+
+ /**
* @brief request description for a mod
*
* @param modID id of the mod caller is interested in (assumed to be for the current game)
|
