mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-20 03:20:24 +00:00
12 lines
109 B
C++
12 lines
109 B
C++
#include "StatusWindow.h"
|
|
|
|
void StatusWindow::removeTitleBar()
|
|
{
|
|
|
|
}
|
|
|
|
void StatusWindow::showTitleBar()
|
|
{
|
|
|
|
}
|