1 #ifndef DELETEBRANCHDIALOG_H
2 #define DELETEBRANCHDIALOG_H
16 explicit DeleteBranchDialog(QWidget *parent,
bool remote, QStringList
const &all_local_branch_names, QStringList
const ¤t_local_branch_names);
24 Ui::DeleteBranchDialog *
ui;
Definition: DeleteBranchDialog.h:10
~DeleteBranchDialog() override
Definition: DeleteBranchDialog.cpp:33
void updateList()
Definition: DeleteBranchDialog.cpp:44
Private * m
Definition: DeleteBranchDialog.h:13
Ui::DeleteBranchDialog * ui
Definition: DeleteBranchDialog.h:24
bool isRemote() const
Definition: DeleteBranchDialog.cpp:39
QStringList selectedBranchNames() const
Definition: DeleteBranchDialog.cpp:58
DeleteBranchDialog(QWidget *parent, bool remote, QStringList const &all_local_branch_names, QStringList const ¤t_local_branch_names)
Definition: DeleteBranchDialog.cpp:10
void on_checkBox_all_branches_toggled(bool checked)
Definition: DeleteBranchDialog.cpp:72
Definition: AboutDialog.h:6
Definition: DeleteBranchDialog.cpp:4