mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Coding style fixes
This commit is contained in:
parent
ca247c26ca
commit
724780fb23
2 changed files with 10 additions and 8 deletions
|
@ -64,7 +64,8 @@ PartitionPage::~PartitionPage()
|
|||
{
|
||||
}
|
||||
|
||||
void PartitionPage::updateButtons()
|
||||
void
|
||||
PartitionPage::updateButtons()
|
||||
{
|
||||
bool create = false, edit = false, del = false;
|
||||
|
||||
|
@ -84,7 +85,8 @@ void PartitionPage::updateButtons()
|
|||
m_ui->deleteButton->setEnabled( del );
|
||||
}
|
||||
|
||||
void PartitionPage::onCreateClicked()
|
||||
void
|
||||
PartitionPage::onCreateClicked()
|
||||
{
|
||||
QModelIndex index = m_ui->partitionListView->currentIndex();
|
||||
Q_ASSERT( index.isValid() );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue