forked from quickshell/quickshell
popups: add popup windows
This commit is contained in:
parent
8cf0659444
commit
b675b3676c
20 changed files with 586 additions and 71 deletions
13
src/io/test/datastream.hpp
Normal file
13
src/io/test/datastream.hpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
#include <qobject.h>
|
||||
#include <qtmetamacros.h>
|
||||
|
||||
class TestSplitParser: public QObject {
|
||||
Q_OBJECT;
|
||||
|
||||
private slots:
|
||||
void splits_data(); // NOLINT
|
||||
void splits();
|
||||
void initBuffer();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue