diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-12-06 21:10:37 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-12-06 21:10:37 +0000 |
| commit | 7b087f8f9d94b3758b3dad8d29670cd73d058510 (patch) | |
| tree | c12d9b5ce09effca41f3cbbf7ba46d8c2e0cdd1a /src/profilesdialog.h | |
| parent | eff0f46872c250bbd5543041b8ef4f00aacd458e (diff) | |
Facepalm moments - realised gameinfo init call is no longer needed. Removed all references
Diffstat (limited to 'src/profilesdialog.h')
| -rw-r--r-- | src/profilesdialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/profilesdialog.h b/src/profilesdialog.h index 26476883..073d92b7 100644 --- a/src/profilesdialog.h +++ b/src/profilesdialog.h @@ -48,7 +48,6 @@ public: *
* @param profileName currently enabled profile
* @param parent parent widget
- * @todo the game path could be retrieved from GameInfo just as easily
**/
explicit ProfilesDialog(const QString &profileName, MOBase::IPluginGame const *game, QWidget *parent = 0);
~ProfilesDialog();
|
