mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-22 23:25:37 +02:00
I2P -> .NET
This commit is contained in:
parent
f176f1909b
commit
fdb0ce6703
272 changed files with 5702 additions and 8931 deletions
qt/i2pd_qt
|
@ -9,10 +9,10 @@ LogViewerManager::LogViewerManager(std::shared_ptr<std::iostream> logStream_,
|
|||
controllerForBgThread(nullptr)
|
||||
{
|
||||
assert(logTextEdit!=nullptr);
|
||||
controllerForBgThread=new i2pd::qt::logviewer::Controller(*this);
|
||||
controllerForBgThread=new dotnet::qt::logviewer::Controller(*this);
|
||||
}
|
||||
|
||||
namespace i2pd {
|
||||
namespace dotnet {
|
||||
namespace qt {
|
||||
namespace logviewer {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue