mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
CNeutrinoApp: add signal OnAfterSetupFonts
This allows to implement methodes already inside classes without any
additional external var constructions.
Origin commit data
------------------
Branch: ni/coolstream
Commit: a87d16f62a
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-03-02 (Wed, 02 Mar 2016)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1742,6 +1742,7 @@ void CNeutrinoApp::SetupFonts(int fmode)
|
||||
/* recalculate infobar position */
|
||||
if (g_InfoViewer)
|
||||
g_InfoViewer->start();
|
||||
OnAfterSetupFonts();
|
||||
}
|
||||
|
||||
/**************************************************************************************
|
||||
|
@@ -239,6 +239,7 @@ public:
|
||||
void screensaver(bool);
|
||||
//signal/event handler before restart of neutrino gui
|
||||
sigc::signal<bool> OnBeforeRestart;
|
||||
sigc::signal<void> OnAfterSetupFonts;
|
||||
void channelRezap();
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user