mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
6 lines
153 B
C++
6 lines
153 B
C++
#include "ui/CSimpleHyperlinkedFrame.hpp"
|
|
|
|
CSimpleHyperlinkedFrame::CSimpleHyperlinkedFrame(CSimpleFrame* parent) : CSimpleFrame(parent) {
|
|
// TODO
|
|
}
|