Definition: FileHistoryWindow.h:14
FileHistoryWindow(MainWindow *parent)
Definition: FileHistoryWindow.cpp:36
FileDiffWidget::DiffData * diffdata()
Definition: FileHistoryWindow.cpp:21
void updateDiffView()
Definition: FileHistoryWindow.cpp:135
int totalTextLines() const
Definition: FileHistoryWindow.cpp:31
void collectFileHistory()
Definition: FileHistoryWindow.cpp:88
MainWindow * mainwindow()
Definition: FileHistoryWindow.cpp:59
Ui::FileHistoryWindow * ui
Definition: FileHistoryWindow.h:17
void on_tableWidget_log_currentItemChanged(QTableWidgetItem *current, QTableWidgetItem *previous)
Definition: FileHistoryWindow.cpp:162
void on_tableWidget_log_customContextMenuRequested(const QPoint &pos)
Definition: FileHistoryWindow.cpp:167
void prepare(GitRunner g, QString const &path)
Definition: FileHistoryWindow.cpp:64
~FileHistoryWindow() override
Definition: FileHistoryWindow.cpp:53
Private * m
Definition: FileHistoryWindow.h:18
Definition: MainWindow.h:85
Definition: FileHistoryWindow.cpp:14