forked from quickshell/quickshell
io/process: mask the "QProcess destroyed for running process" warn
This commit is contained in:
parent
f681e2016f
commit
86591f122d
5 changed files with 88 additions and 3 deletions
12
src/io/test/process.hpp
Normal file
12
src/io/test/process.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
#include <qobject.h>
|
||||
#include <qtmetamacros.h>
|
||||
|
||||
class TestProcess: public QObject {
|
||||
Q_OBJECT;
|
||||
|
||||
private slots:
|
||||
static void startAfterReload();
|
||||
static void testExec();
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue