[DeckShare] End the share-related headers and sources with a trailing newline

This commit is contained in:
Lukas Brübach 2026-09-19 00:07:45 +02:00 committed by GitHub
parent 4721404e8b
commit 75352a00a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View file

@ -56,4 +56,4 @@ ShareResponse handleShareResponse(const AbstractClient *client, const Response &
return {link, expiry};
}
} // namespace DeckShareUtils
} // namespace DeckShareUtils

View file

@ -56,4 +56,4 @@ ShareResponse handleShareResponse(const AbstractClient *client, const Response &
} // namespace DeckShareUtils
#endif // DECK_SHARE_UTILS_H
#endif // DECK_SHARE_UTILS_H

View file

@ -60,4 +60,4 @@ private:
QPushButton *createButton;
};
#endif // SHARE_BAR_WIDGET_H
#endif // SHARE_BAR_WIDGET_H

View file

@ -93,4 +93,4 @@ void DlgShareDeck::onShareTimeout()
{
buttonBox->button(QDialogButtonBox::Ok)->setEnabled(true);
QMessageBox::warning(this, tr("Share deck"), tr("The server did not respond in time. Try again."));
}
}

View file

@ -43,4 +43,4 @@ private:
QTimer *shareTimeoutTimer;
};
#endif // DLG_SHARE_DECK_H
#endif // DLG_SHARE_DECK_H

View file

@ -208,4 +208,4 @@ void TabDeckStorageVisual::onShareTimeout()
{
shareBar->setCreateEnabled(true);
showShareNotice(tr("The server did not respond in time. Try again."), true);
}
}

View file

@ -80,4 +80,4 @@ private:
bool shareDeckAvailable = false;
};
#endif
#endif