mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +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:
@@ -37,7 +37,7 @@ CHTTPTool::CHTTPTool()
|
||||
userAgent = "neutrino/httpdownloader";
|
||||
}
|
||||
|
||||
void CHTTPTool::setStatusViewer( CProgress_StatusViewer* statusview )
|
||||
void CHTTPTool::setStatusViewer( CProgressWindow* statusview )
|
||||
{
|
||||
statusViewer = statusview;
|
||||
}
|
||||
|
Reference in New Issue
Block a user