Skip to content

Commit

Permalink
Add missing declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
MinyazevR committed Jul 18, 2024
1 parent 7ee2295 commit 31cc35f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qrgui/mainWindow/palette/paletteTreeWidgets.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ class PaletteTreeWidgets : public QSplitter
/// Rereads user blocks information.
void refreshUserPalette(bool force = false);

void refreshUserPaletteHandler(bool force = false);

/// Sets user palette header and description.
void customizeExplosionTitles(const QString &userGroupTitle
, const QString &userGroupDescription);
Expand Down

0 comments on commit 31cc35f

Please sign in to comment.