mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-14 14:02:47 -05:00
feat: Add template description in general settings
This commit is contained in:
@ -101,9 +101,15 @@ public:
|
||||
|
||||
void updatePreset1Visiblity(bool state);
|
||||
|
||||
void updateCCTemplateDescription(const QString &text);
|
||||
void updateCATemplateDescription(const QString &text);
|
||||
|
||||
private:
|
||||
void setupConnections();
|
||||
void resetPageToDefaults();
|
||||
|
||||
QLabel *m_ccTemplateDescription = nullptr;
|
||||
QLabel *m_caTemplateDescription = nullptr;
|
||||
};
|
||||
|
||||
GeneralSettings &generalSettings();
|
||||
|
||||
Reference in New Issue
Block a user