ctai/src/QCefWidget/App/CefViewOtherApp.cpp
2025-03-29 20:45:04 +08:00

7 lines
132 B
C++

#include "CefViewOtherApp.h"
CefViewOtherApp::CefViewOtherApp(const CefString& scheme_name)
: CefViewAppBase(scheme_name)
{
}