mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
cc_frm_icons.h: move initMaxHeight() to protected section
Usable in sub classes.
Origin commit data
------------------
Commit: 538801b017
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-05-06 (Thu, 06 May 2021)
This commit is contained in:
@@ -30,9 +30,9 @@ class CComponentsIconForm : public CComponentsFrmChain
|
||||
{
|
||||
private:
|
||||
std::vector<std::string> v_icons;
|
||||
void initMaxHeight(int *pheight);
|
||||
|
||||
protected:
|
||||
void initMaxHeight(int *pheight);
|
||||
void initVarIconForm( const int &x_pos, const int &y_pos, const int &w, const int &h,
|
||||
const std::vector<std::string> &v_icon_names,
|
||||
CComponentsForm* parent,
|
||||
|
Reference in New Issue
Block a user