hyprland-qtutils/utils/update-screen/Dialog.cpp
Vaxry b5b415a168 all: unify dialog handling
this sucks, but I don't know how to do this better tbh.

Will definitely not work if we want to have multiple dialogs at once.
2024-12-11 17:22:15 +00:00

9 lines
144 B
C++

#include "Dialog.hpp"
CDialog::CDialog(QObject* parent) : QObject(parent) {
;
}
void CDialog::onButtonPress(QString buttonName) {
;
}