mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
9 lines
154 B
C++
9 lines
154 B
C++
|
|
#include "PageProtocolLogicBase.h"
|
||
|
|
|
||
|
|
|
||
|
|
PageProtocolLogicBase::PageProtocolLogicBase(UiLogic *logic, QObject *parent):
|
||
|
|
PageLogicBase(logic, parent)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|