mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
ConfigFile: remove some unused functions
This commit is contained in:
parent
4016e0863f
commit
22013eb528
1 changed files with 0 additions and 6 deletions
|
@ -54,9 +54,6 @@ public:
|
|||
|
||||
bool passwordStorageAllowed(const QString &connection = QString::null );
|
||||
|
||||
QString ownCloudVersion() const;
|
||||
void setOwnCloudVersion( const QString& );
|
||||
|
||||
// max count of lines in the log window
|
||||
int maxLogLines() const;
|
||||
void setMaxLogLines(int);
|
||||
|
@ -125,9 +122,6 @@ public:
|
|||
bool skipUpdateCheck( const QString& connection = QString() ) const;
|
||||
void setSkipUpdateCheck( bool, const QString& );
|
||||
|
||||
QString lastVersion() const;
|
||||
void setLastVersion(const QString &version);
|
||||
|
||||
void saveGeometryHeader(QHeaderView *header);
|
||||
void restoreGeometryHeader(QHeaderView *header);
|
||||
|
||||
|
|
Loading…
Reference in a new issue