Definition: FileHistoryWindow.h:13
FileHistoryWindow(MainWindow *parent)
Definition: FileHistoryWindow.cpp:35
FileDiffWidget::DiffData * diffdata()
Definition: FileHistoryWindow.cpp:20
void updateDiffView()
Definition: FileHistoryWindow.cpp:136
int totalTextLines() const
Definition: FileHistoryWindow.cpp:30
void collectFileHistory()
Definition: FileHistoryWindow.cpp:87
MainWindow * mainwindow()
Definition: FileHistoryWindow.cpp:58
Ui::FileHistoryWindow * ui
Definition: FileHistoryWindow.h:16
void on_tableWidget_log_currentItemChanged(QTableWidgetItem *current, QTableWidgetItem *previous)
Definition: FileHistoryWindow.cpp:166
void on_tableWidget_log_customContextMenuRequested(const QPoint &pos)
Definition: FileHistoryWindow.cpp:171
void prepare(GitRunner g, QString const &path)
Definition: FileHistoryWindow.cpp:63
~FileHistoryWindow() override
Definition: FileHistoryWindow.cpp:52
Private * m
Definition: FileHistoryWindow.h:17
Definition: MainWindow.h:49
Definition: FileHistoryWindow.cpp:13