mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 19:11:39 -06:00
dbhub: Send last known commit id along with the database when pushing
This commit is contained in:
@@ -76,6 +76,7 @@ private:
|
||||
void localAdd(QString filename, QString identity, const QUrl& url);
|
||||
QString localExists(const QUrl& url, QString identity);
|
||||
QString localCheckFile(const QString& local_file);
|
||||
QString localLastCommitId(QString filename);
|
||||
|
||||
// Helper functions for building multi-part HTTP requests
|
||||
void addPart(QHttpMultiPart* multipart, const QString& name, const QString& value);
|
||||
|
||||
Reference in New Issue
Block a user