mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Fix indentation sharelinkwidget.h.
Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
parent
0d5084468e
commit
4581279d23
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ private slots:
|
|||
void slotPasswordSet();
|
||||
void slotPasswordSetError(int code, const QString &message);
|
||||
|
||||
void slotCreateNote();
|
||||
void slotCreateNote();
|
||||
void slotNoteSet();
|
||||
|
||||
void slotSetExpireDate();
|
||||
|
@ -103,7 +103,7 @@ private:
|
|||
void showPasswordOptions(bool show);
|
||||
void togglePasswordOptions(bool enable);
|
||||
|
||||
void showNoteOptions(bool show);
|
||||
void showNoteOptions(bool show);
|
||||
void toggleNoteOptions(bool enable);
|
||||
void setNote(const QString ¬e);
|
||||
|
||||
|
|
Loading…
Reference in a new issue