This action will force synchronization from 陈炳煌/sqlitebrowser, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
#ifndef REMOTEPUSHDIALOG_H#define REMOTEPUSHDIALOG_H#include <QDialog>class RemoteDatabase;class QRegExpValidator;namespace Ui {class RemotePushDialog;}class RemotePushDialog : public QDialog{Q_OBJECTpublic:explicit RemotePushDialog(QWidget* parent, RemoteDatabase& remote, const QString& host, const QString& clientCert, const QString& name = QString());~RemotePushDialog() override;QString name() const;QString commitMessage() const;QString licence() const;bool isPublic() const;QString branch() const;bool forcePush() const;private:Ui::RemotePushDialog* ui;// Connection detailsQString m_host;QString m_clientCert;// Reference to the remote database object which is stored somewhere in the main windowRemoteDatabase& remoteDatabase;// ValidatorsQRegExpValidator* m_nameValidator;QRegExpValidator* m_branchValidator;protected slots:void checkInput();void accept() override;void reloadBranchList();void fillInLicences(const std::vector<std::pair<std::string, std::string>>& licences);void fillInBranches(const std::vector<std::string>& branches, const std::string& default_branch);};#endif
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。