mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-02-10 05:38:32 -06:00
Clean up the code and make some more minor optimisations
This also includes replacing some more Qt containers by their STL counterparts.
This commit is contained in:
@@ -85,8 +85,8 @@ private:
|
||||
std::string localLastCommitId(QString clientCert, const QUrl& url);
|
||||
|
||||
// Helper functions for building multi-part HTTP requests
|
||||
void addPart(QHttpMultiPart* multipart, const QString& name, const QString& value);
|
||||
void addPart(QHttpMultiPart* multipart, const QString& name, QFile* file, const QString& filename);
|
||||
void addPart(QHttpMultiPart* multipart, const QString& name, const QString& value) const;
|
||||
void addPart(QHttpMultiPart* multipart, const QString& name, QFile* file, const QString& filename) const;
|
||||
|
||||
// Before using a new client certificate we need to clear the access and authentication cache of the network manager
|
||||
// object. Otherwise Qt might reuse the old certificate if the requested URL has been used before.
|
||||
|
||||
Reference in New Issue
Block a user