mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
NOISSUE code comments
This commit is contained in:
parent
4b90a078de
commit
b88206907e
1 changed files with 1 additions and 2 deletions
|
|
@ -90,7 +90,7 @@
|
|||
#include <InstanceImportTask.h>
|
||||
#include "UpdateController.h"
|
||||
|
||||
// WHY: to hold the pre-translation strings together with the QAction pointer, so it can be retranslated without a lot of ugly code
|
||||
// WHY: to hold the pre-translation strings together with the T pointer, so it can be retranslated without a lot of ugly code
|
||||
template <typename T>
|
||||
class Translated
|
||||
{
|
||||
|
|
@ -135,7 +135,6 @@ private:
|
|||
using TranslatedAction = Translated<QAction>;
|
||||
using TranslatedToolButton = Translated<QToolButton>;
|
||||
|
||||
// WHY: to hold the pre-translation strings together with the QToolbar pointer, so it can be retranslated without a lot of ugly code
|
||||
class TranslatedToolbar
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue