Added Path and Modified columns
Double clicking a file invokes diff Added Open file action FossilOrigin-Name: 22658a331a132d4adb2643d8d51f379e35b95f63
This commit is contained in:
@ -20,7 +20,7 @@ struct FileEntry
|
||||
enum Status
|
||||
{
|
||||
STATUS_UNKNOWN,
|
||||
STATUS_UNCHAGED,
|
||||
STATUS_UNCHANGED,
|
||||
STATUS_EDITTED
|
||||
};
|
||||
|
||||
@ -73,6 +73,10 @@ private slots:
|
||||
|
||||
void on_actionClearLog_triggered();
|
||||
|
||||
void on_tableView_doubleClicked(const QModelIndex &index);
|
||||
|
||||
void on_actionOpenFile_triggered();
|
||||
|
||||
public slots:
|
||||
void on_tableView_customContextMenuRequested(const QPoint &pos);
|
||||
|
||||
|
Reference in New Issue
Block a user