Implemented CommitAction, DeleteAction, RevertAction, NewRepository, OpenRepository
New Action: Open containing folder New filetypes ADDED, DELETED We now detect invalid or outdated repositories FossilOrigin-Name: 2ac3cf9717f3529f809ffde1e802295988dfda05
This commit is contained in:
22
RepoDialog.h
Normal file
22
RepoDialog.h
Normal file
@ -0,0 +1,22 @@
|
||||
#ifndef REPODIALOG_H
|
||||
#define REPODIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui {
|
||||
class RepoDialog;
|
||||
}
|
||||
|
||||
class RepoDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit RepoDialog(QWidget *parent = 0);
|
||||
~RepoDialog();
|
||||
|
||||
private:
|
||||
Ui::RepoDialog *ui;
|
||||
};
|
||||
|
||||
#endif // REPODIALOG_H
|
Reference in New Issue
Block a user