Const correctness.
This commit is contained in:
parent
c6eb0721d9
commit
c070b1c836
@ -103,7 +103,7 @@ EraseDiskPage::init( PartitionCoreModule* core )
|
||||
|
||||
|
||||
bool
|
||||
EraseDiskPage::isNextEnabled()
|
||||
EraseDiskPage::isNextEnabled() const
|
||||
{
|
||||
return m_nextEnabled;
|
||||
}
|
||||
|
@ -33,7 +33,7 @@ public:
|
||||
|
||||
void init( PartitionCoreModule* core );
|
||||
|
||||
bool isNextEnabled();
|
||||
bool isNextEnabled() const;
|
||||
|
||||
signals:
|
||||
void nextStatusChanged( bool );
|
||||
|
Loading…
Reference in New Issue
Block a user