aboutsummaryrefslogtreecommitdiff
path: root/gui/unknown-game-dialog.h
diff options
context:
space:
mode:
authorThierry Crozat2019-04-27 02:42:16 +0100
committerThierry Crozat2019-04-27 02:42:16 +0100
commit74577f98922fb7b349de4481cb4ce5458a37960f (patch)
tree320a175a43f0064278e6d4914557be22bef78d43 /gui/unknown-game-dialog.h
parent40c9930699ab0ee3fc84e40800eb50794c9d93ff (diff)
downloadscummvm-rg350-74577f98922fb7b349de4481cb4ce5458a37960f.tar.gz
scummvm-rg350-74577f98922fb7b349de4481cb4ce5458a37960f.tar.bz2
scummvm-rg350-74577f98922fb7b349de4481cb4ce5458a37960f.zip
GUI: Update code to access the bug tracker in the unknown game dialog
The code is still disabled, but it is now in a working state and can be tested by removing the #if 0 and changing the URL to a test server with a redirect rule.
Diffstat (limited to 'gui/unknown-game-dialog.h')
-rw-r--r--gui/unknown-game-dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/unknown-game-dialog.h b/gui/unknown-game-dialog.h
index c2fc76473c..8effd9b5c7 100644
--- a/gui/unknown-game-dialog.h
+++ b/gui/unknown-game-dialog.h
@@ -46,6 +46,7 @@ private:
void reflowLayout() override;
Common::String generateBugtrackerURL();
+ void encodeUrlString(Common::String&);
const DetectionResults &_detectionResults;
ScrollContainerWidget *_textContainer;