hyprland-qtutils/utils/update-screen/Dialog.cpp

10 lines
144 B
C++
Raw Permalink Normal View History

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