0.5
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
using namespace std;
|
||||
|
||||
mainWindowImpl::mainWindowImpl(ConfigFile *c, QMainWindow *parent)
|
||||
: QMainWindow(parent), myConfig(c), gameSpeed(0), myActionIsBet(0), myActionIsRaise(0), debugMode(1), breakAfterActualHand(FALSE)
|
||||
: QMainWindow(parent), myConfig(c), gameSpeed(0), myActionIsBet(0), myActionIsRaise(0), debugMode(0), breakAfterActualHand(FALSE)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
||||
@@ -29,9 +29,12 @@
|
||||
<file>resources/avatar/goethe.png</file>
|
||||
<file>resources/avatar/linus.png</file>
|
||||
<file>resources/avatar/marc.png</file>
|
||||
<file>resources/avatar/florian.png</file>
|
||||
<file>resources/avatar/Kapitan.png</file>
|
||||
<file>resources/avatar/benedikt.png</file>
|
||||
<file>resources/avatar/lotodore.png</file>
|
||||
<file>resources/avatar/viktoria.png</file>
|
||||
<file>resources/avatar/felix.png</file>
|
||||
<file>resources/avatar/florian.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/cards" >
|
||||
<file>resources/graphics/cards/0.png</file>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
@@ -71,9 +71,12 @@ selectAvatarDialogImpl::selectAvatarDialogImpl(QWidget *parent, ConfigFile *c)
|
||||
avatarList << ":avatar/resources/avatar/goethe.png";
|
||||
avatarList << ":avatar/resources/avatar/linus.png";
|
||||
avatarList << ":avatar/resources/avatar/marc.png";
|
||||
avatarList << ":avatar/resources/avatar/florian.png";
|
||||
avatarList << ":avatar/resources/avatar/viktoria.png";
|
||||
avatarList << ":avatar/resources/avatar/benedikt.png";
|
||||
avatarList << ":avatar/resources/avatar/Kapitan.png";
|
||||
avatarList << ":avatar/resources/avatar/florian.png";
|
||||
avatarList << ":avatar/resources/avatar/felix.png";
|
||||
avatarList << ":avatar/resources/avatar/lotodore.png";
|
||||
avatarList << ":avatar/resources/avatar/clipart1.png";
|
||||
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user