mirror of
https://github.com/hyprwm/hyprland-qtutils.git
synced 2025-05-12 13:20:41 +01:00

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.
9 lines
144 B
C++
9 lines
144 B
C++
#include "Dialog.hpp"
|
|
|
|
CDialog::CDialog(QObject* parent) : QObject(parent) {
|
|
;
|
|
}
|
|
|
|
void CDialog::onButtonPress(QString buttonName) {
|
|
;
|
|
}
|