Definition: FileHistoryWindow.h:14
FileHistoryWindow(MainWindow *parent)
Definition: FileHistoryWindow.cpp:37
FileDiffWidget::DiffData * diffdata()
Definition: FileHistoryWindow.cpp:22
void updateDiffView()
Definition: FileHistoryWindow.cpp:138
int totalTextLines() const
Definition: FileHistoryWindow.cpp:32
void collectFileHistory()
Definition: FileHistoryWindow.cpp:89
MainWindow * mainwindow()
Definition: FileHistoryWindow.cpp:60
Ui::FileHistoryWindow * ui
Definition: FileHistoryWindow.h:17
void on_tableWidget_log_currentItemChanged(QTableWidgetItem *current, QTableWidgetItem *previous)
Definition: FileHistoryWindow.cpp:168
void on_tableWidget_log_customContextMenuRequested(const QPoint &pos)
Definition: FileHistoryWindow.cpp:173
void prepare(GitRunner g, QString const &path)
Definition: FileHistoryWindow.cpp:65
~FileHistoryWindow() override
Definition: FileHistoryWindow.cpp:54
Private * m
Definition: FileHistoryWindow.h:18
Definition: MainWindow.h:96
Definition: FileHistoryWindow.cpp:15