This commit is contained in:
itsmattkc
2019-03-01 11:56:32 -08:00
parent 64bad4de4e
commit cabd2f9ca9
6 changed files with 113 additions and 7 deletions
+7
View File
@@ -37,6 +37,13 @@ Panel::~Panel()
olive::panels.removeAll(this);
}
void Panel::LoadLayoutState(const QByteArray &) {}
QByteArray Panel::SaveLayoutState()
{
return QByteArray();
}
void Panel::changeEvent(QEvent *e)
{
if (e->type() == QEvent::LanguageChange) {