mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 21:04:07 -07:00
QTTesting
Took 1 hour 28 minutes Took 4 seconds Took 28 minutes Took 8 minutes
This commit is contained in:
parent
7c7755b61d
commit
db0a642880
6 changed files with 166 additions and 9 deletions
|
|
@ -25,6 +25,8 @@
|
|||
#ifndef WINDOW_H
|
||||
#define WINDOW_H
|
||||
|
||||
#include "pqTestUtility.h"
|
||||
|
||||
#include <QList>
|
||||
#include <QMainWindow>
|
||||
#include <QMessageBox>
|
||||
|
|
@ -161,6 +163,7 @@ private:
|
|||
GameReplay *replay;
|
||||
DlgTipOfTheDay *tip;
|
||||
QUrl connectTo;
|
||||
// pqTestUtility *TestUtility;
|
||||
|
||||
public:
|
||||
explicit MainWindow(QWidget *parent = nullptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue