Skip to content

Commit 7038f07

Browse files
committed
chore: Remove unnecessary const from function signature
1 parent 372933b commit 7038f07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gui/wizard/owncloudconnectionmethoddialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class OwncloudConnectionMethodDialog : public QDialog
3737

3838
// The URL that was tried
3939
void setUrl(const QUrl &);
40-
void setHTTPOnly(const bool);
40+
void setHTTPOnly(bool);
4141

4242
public slots:
4343
void returnNoTLS();

0 commit comments

Comments
 (0)