Select the root node in the Tree view when opening a project
Commit Dialog now displays the first line previous commit messages only FossilOrigin-Name: 6f0dadf863a147669f09e5661541e2ae6043e2a5
This commit is contained in:
@ -19,14 +19,14 @@ public:
|
||||
static bool run(QWidget *parent, QString &commitMsg, const QStringList &commitMsgHistory, QStringList &files);
|
||||
|
||||
private slots:
|
||||
void on_comboBox_activated(const QString &arg1);
|
||||
void on_comboBox_activated(int index);
|
||||
void on_listView_doubleClicked(const QModelIndex &index);
|
||||
|
||||
void on_listView_clicked(const QModelIndex &index);
|
||||
|
||||
private:
|
||||
Ui::CommitDialog *ui;
|
||||
QStandardItemModel itemModel;
|
||||
QStringList commitMessages;
|
||||
};
|
||||
|
||||
#endif // COMMITDIALOG_H
|
||||
|
Reference in New Issue
Block a user