RandomNotes.wiki
changeset 598 c6bbd2eab199
parent 506 c619a5931ee5
child 599 5f4ca19b75ca
--- a/RandomNotes.wiki	Tue Sep 08 01:19:39 2015 +0000
+++ b/RandomNotes.wiki	Tue Sep 08 01:24:30 2015 +0000
@@ -32,4 +32,7 @@
 = How to add a settings option =
  * `QStringList HWGame::setArguments()` in `game.cpp` is the function that prepares the argument list
  * `void GameUIConfig::SaveOptions()` in `gameuiconfig.cpp` loads (or initializes) values and set the widgets to those values
- * `PageOptions::PageOptions(QWidget* parent) :  AbstractPage(parent)` is where you would add your widget
\ No newline at end of file
+ * `PageOptions::PageOptions(QWidget* parent) :  AbstractPage(parent)` is where you would add your widget
+
+= Test Test 123 =
+Just to test the web interface.
\ No newline at end of file