File: window-selection.hpp

package info (click to toggle)
obs-advanced-scene-switcher 1.32.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 43,492 kB
  • sloc: xml: 297,593; cpp: 147,875; python: 387; sh: 280; ansic: 170; makefile: 33
file content (16 lines) | stat: -rw-r--r-- 261 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once
#include "filter-combo-box.hpp"

namespace advss {

class WindowSelectionWidget : public FilterComboBox {
	Q_OBJECT

public:
	WindowSelectionWidget(QWidget *parent);

protected:
	void showEvent(QShowEvent *event) override;
};

} // namespace advss