mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 17:51:34 +02:00
Made Link/LinkApp::searchIcon() protected (instead of public)
This commit is contained in:
parent
02dd542ea5
commit
0d0eebe365
@ -50,6 +50,7 @@ protected:
|
||||
Surface *iconSurface;
|
||||
Surface *icon_hover;
|
||||
|
||||
virtual const std::string &searchIcon();
|
||||
void setIconPath(const std::string &icon);
|
||||
void updateSurfaces();
|
||||
|
||||
@ -61,7 +62,6 @@ public:
|
||||
virtual bool paintHover();
|
||||
|
||||
virtual void loadIcon();
|
||||
virtual const std::string &searchIcon();
|
||||
|
||||
void setSize(int w, int h);
|
||||
void setPosition(int x, int y);
|
||||
|
@ -57,6 +57,9 @@ private:
|
||||
const std::string &selectedFile = "",
|
||||
const std::string &selectedDir = "");
|
||||
|
||||
protected:
|
||||
virtual const std::string &searchIcon();
|
||||
|
||||
public:
|
||||
#ifdef HAVE_LIBOPK
|
||||
const std::string &getCategory() { return category; }
|
||||
@ -72,7 +75,6 @@ public:
|
||||
#endif
|
||||
|
||||
virtual void loadIcon();
|
||||
virtual const std::string &searchIcon();
|
||||
|
||||
#if defined(PLATFORM_A320) || defined(PLATFORM_GCW0)
|
||||
bool consoleApp;
|
||||
|
Loading…
Reference in New Issue
Block a user