Code style.
This commit is contained in:
parent
2ae203897a
commit
c69267466e
|
@ -175,7 +175,7 @@ void DialogPuzzlePreferences::Ok()
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
void DialogPuzzlePreferences::PageChanged(const QListWidgetItem * current, QListWidgetItem * const previous)
|
void DialogPuzzlePreferences::PageChanged(const QListWidgetItem *current, const QListWidgetItem *previous)
|
||||||
{
|
{
|
||||||
if (current == nullptr)
|
if (current == nullptr)
|
||||||
{
|
{
|
||||||
|
|
|
@ -60,7 +60,7 @@ protected:
|
||||||
private slots:
|
private slots:
|
||||||
void Apply();
|
void Apply();
|
||||||
void Ok();
|
void Ok();
|
||||||
void PageChanged(const QListWidgetItem *current, QListWidgetItem * const previous);
|
void PageChanged(const QListWidgetItem *current, const QListWidgetItem *previous);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// cppcheck-suppress unknownMacro
|
// cppcheck-suppress unknownMacro
|
||||||
|
|
Loading…
Reference in New Issue
Block a user