mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 10:33:54 -07:00
Stop mocking and start injecting for tests.
Took 15 minutes
This commit is contained in:
parent
0d2b498e55
commit
df710dd104
6 changed files with 39 additions and 464 deletions
|
|
@ -5,17 +5,9 @@
|
|||
* with mocked objects.
|
||||
*/
|
||||
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
|
||||
#define PICTURELOADER_H
|
||||
|
||||
#include "../../cockatrice/src/client/settings/cache_settings.h"
|
||||
|
||||
#include <libcockatrice/card/database/card_database.h>
|
||||
#include <libcockatrice/utility/macros.h>
|
||||
|
||||
extern SettingsCache *settingsCache;
|
||||
|
||||
class CardPictureLoader
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue