mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-10 13:46:35 +00:00
12 lines
117 B
C++
12 lines
117 B
C++
#include "StatusQ/statuswindow.h"
|
|
|
|
void StatusWindow::removeTitleBar()
|
|
{
|
|
|
|
}
|
|
|
|
void StatusWindow::showTitleBar()
|
|
{
|
|
|
|
}
|