some initial delegate stuff

This commit is contained in:
Blue 2023-01-07 17:30:22 +03:00
parent 5aa0f4bca9
commit 78ef3664f7
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
8 changed files with 157 additions and 6 deletions

View file

@ -21,6 +21,7 @@
#include <QScopedPointer>
#include "keysmodel.h"
#include "keydelegate.h"
namespace Ui
{
@ -38,6 +39,8 @@ private:
private:
QScopedPointer<Ui::Omemo> m_ui;
UI::KeyDelegate keysDelegate;
UI::KeyDelegate unusedKeysDelegate;
UI::KeysModel keysModel;
UI::KeysModel unusedKeysModel;
};