MCPcopy Create free account
hub / github.com/SaschaWillems/VulkanCapsViewer / settingsDialog

Class settingsDialog

settingsDialog.h:25–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "settings.h"
24
25class settingsDialog : public QDialog
26{
27 Q_OBJECT
28private:
29 Settings appSettings;
30public:
31 settingsDialog(QWidget *parent, Settings appSet);
32 ~settingsDialog();
33private Q_SLOTS:
34 void slotAccept();
35 void slotCancel();
36};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected