mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +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:
|
private:
|
||||||
std::vector<std::string> v_icons;
|
std::vector<std::string> v_icons;
|
||||||
void initMaxHeight(int *pheight);
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
void initMaxHeight(int *pheight);
|
||||||
void initVarIconForm( const int &x_pos, const int &y_pos, const int &w, const int &h,
|
void initVarIconForm( const int &x_pos, const int &y_pos, const int &w, const int &h,
|
||||||
const std::vector<std::string> &v_icon_names,
|
const std::vector<std::string> &v_icon_names,
|
||||||
CComponentsForm* parent,
|
CComponentsForm* parent,
|
||||||
|
Reference in New Issue
Block a user