Skip to content

Commit bb78336

Browse files
committed
gui: Add requisite stub for new api
Signed-off-by: Martin Povišer <[email protected]>
1 parent f046828 commit bb78336

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/gui/src/stub.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ void Gui::setSelected(const Selected& selection)
133133
{
134134
}
135135

136+
const SelectionSet& Gui::selection()
137+
{
138+
static SelectionSet dummy;
139+
return dummy;
140+
}
141+
136142
void Gui::registerDescriptor(const std::type_info& type,
137143
const Descriptor* descriptor)
138144
{

0 commit comments

Comments
 (0)