Clean project structure.
This commit is contained in:
parent
78a4fa99ff
commit
947bf937fd
496 changed files with 206 additions and 137 deletions
|
@ -1,16 +0,0 @@
|
|||
#pragma once
|
||||
|
||||
#include "Widget.h"
|
||||
|
||||
#include "Window.h"
|
||||
|
||||
class TopBarMenu : public Widget
|
||||
{
|
||||
public:
|
||||
void popupFrom(Widget* parent)
|
||||
{
|
||||
auto window = parent->getTopLevelWindow();
|
||||
|
||||
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue