File: Dialog.cpp

package info (click to toggle)
hyprland-qtutils 0.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: cpp: 237; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#include "Dialog.hpp"

CDialog::CDialog(QObject* parent) : QObject(parent) {
    ;
}

void CDialog::onButtonPress(QString buttonName) {
    ;
}