mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
CProgressWindow: implement CComponent classes
This implement window functionality from CComponentsWindow, progress items from CProgressBar() and status text items from CComponentsLabel()
This commit is contained in:
@@ -65,7 +65,7 @@ void CFlashTool::setMTDDevice( const std::string & mtddevice )
|
||||
printf("flashtool.cpp: set mtd device to %s\n", mtddevice.c_str());
|
||||
}
|
||||
|
||||
void CFlashTool::setStatusViewer( CProgress_StatusViewer* statusview )
|
||||
void CFlashTool::setStatusViewer( CProgressWindow* statusview )
|
||||
{
|
||||
statusViewer = statusview;
|
||||
}
|
||||
|
Reference in New Issue
Block a user