mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
CProgressWindow: implement CComponent classes
This implement window functionality from CComponentsWindow,
progress items from CProgressBar() and status text
items from CComponentsLabel()
Origin commit data
------------------
Commit: 2f0e4e1687
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-09 (Mon, 09 Jun 2014)
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