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:34
void updateList()
Definition: DeleteBranchDialog.cpp:45
Private * m
Definition: DeleteBranchDialog.h:13
Ui::DeleteBranchDialog * ui
Definition: DeleteBranchDialog.h:24
bool isRemote() const
Definition: DeleteBranchDialog.cpp:40
QStringList selectedBranchNames() const
Definition: DeleteBranchDialog.cpp:59
DeleteBranchDialog(QWidget *parent, bool remote, QStringList const &all_local_branch_names, QStringList const ¤t_local_branch_names)
Definition: DeleteBranchDialog.cpp:11
void on_checkBox_all_branches_toggled(bool checked)
Definition: DeleteBranchDialog.cpp:73
Definition: AboutDialog.h:6
Definition: DeleteBranchDialog.cpp:5