mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 11:25:36 -04:00
Revert to runtime singal-slot syntax for easy disconnects.
This commit is contained in:
parent
3cb293aa75
commit
296bb412a8
2 changed files with 6 additions and 5 deletions
|
@ -69,6 +69,9 @@ signals:
|
|||
void actionChosen();
|
||||
void deviceChosen();
|
||||
|
||||
private slots:
|
||||
void doReplaceSelectedPartition( const QModelIndex& current, const QModelIndex& previous );
|
||||
|
||||
private:
|
||||
void setNextEnabled( bool enabled );
|
||||
void setupChoices();
|
||||
|
@ -76,7 +79,6 @@ private:
|
|||
ExpandableRadioButton* createEraseButton();
|
||||
Device* selectedDevice();
|
||||
void applyDeviceChoice();
|
||||
void doReplaceSelectedPartition( const QModelIndex& current, const QModelIndex& previous );
|
||||
void updateDeviceStatePreview();
|
||||
void applyActionChoice( ChoicePage::Choice choice );
|
||||
void updateActionChoicePreview( ChoicePage::Choice choice );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue