[DeckShare] Reformat the link sign-in intent constructor

This commit is contained in:
Lukas Brübach 2026-09-19 07:18:55 +02:00
parent 9448014834
commit 668b8ab931

View file

@ -6,7 +6,8 @@
#include <QDialog>
IntentGetLoginCredentials::IntentGetLoginCredentials(ContextConnectToServer *_context, bool _promptForMissingCredentials)
IntentGetLoginCredentials::IntentGetLoginCredentials(ContextConnectToServer *_context,
bool _promptForMissingCredentials)
: Intent(), context(_context), promptForMissingCredentials(_promptForMissingCredentials)
{
}