--- a/RandomNotes.wiki Thu Sep 10 04:39:28 2015 +0000
+++ b/RandomNotes.wiki Thu Sep 10 04:43:08 2015 +0000
@@ -26,4 +26,8 @@
= 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
+
+
+
+