From 2a9c5213c0b113b6d3d4a62311539465fde7682e Mon Sep 17 00:00:00 2001 From: kervala Date: Sun, 12 Jun 2016 15:41:43 +0200 Subject: [PATCH] Changed: Comments --- code/ryzom/tools/client/ryzom_installer/src/mainwindow.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/ryzom/tools/client/ryzom_installer/src/mainwindow.h b/code/ryzom/tools/client/ryzom_installer/src/mainwindow.h index aca37c3f3..0f7d88138 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/mainwindow.h +++ b/code/ryzom/tools/client/ryzom_installer/src/mainwindow.h @@ -38,14 +38,17 @@ public: virtual ~CMainWindow(); public slots: + // main window buttons void onPlayClicked(); void onConfigureClicked(); + // settings menu void onProfiles(); void onSettings(); void onUninstall(); void onQuit(); + // help menu void onAbout(); void onAboutQt();