File: expand-checkbox.hpp

package info (click to toggle)
obs-studio 22.0.3%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 23,052 kB
  • sloc: ansic: 134,708; cpp: 49,169; objc: 1,036; makefile: 829; sh: 410; python: 360
file content (5 lines) | stat: -rw-r--r-- 77 bytes parent folder | download
1
2
3
4
5
#include <QCheckBox>

class ExpandCheckBox : public QCheckBox {
	Q_OBJECT
};