mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T292, Ref T285 minor style improvements, renamings
This commit is contained in:
@@ -597,11 +597,6 @@ namespace BlackGui
|
||||
}
|
||||
}
|
||||
|
||||
int CViewBaseNonTemplate::ps_updateContainer(const CVariant &variant, bool sort, bool resize)
|
||||
{
|
||||
return this->performUpdateContainer(variant, sort, resize);
|
||||
}
|
||||
|
||||
void CViewBaseNonTemplate::displayFilterDialog()
|
||||
{
|
||||
if (!m_menus.testFlag(MenuFilter)) { return; }
|
||||
|
||||
@@ -497,9 +497,6 @@ namespace BlackGui
|
||||
BlackMisc::CSettingReadOnly<Settings::TGeneralGui> m_guiSettings { this, &CViewBaseNonTemplate::settingsChanged }; //!< general GUI settings
|
||||
|
||||
protected slots:
|
||||
//! Helper method with template free signature serving as callback from threaded worker
|
||||
int ps_updateContainer(const BlackMisc::CVariant &variant, bool sort, bool resize);
|
||||
|
||||
//! Remove filter
|
||||
virtual void ps_removeFilter() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user