mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-30 20:34:27 +01:00
Use the "visual" bag widget instead of the old one
This commit is contained in:
parent
85e79e0294
commit
8d9eaf3f3d
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "new_game.h"
|
#include "new_game.h"
|
||||||
#include "prefs_dialog.h"
|
#include "prefs_dialog.h"
|
||||||
#include "bag_widget.h"
|
#include "bag_widget2.h"
|
||||||
#include "board_widget.h"
|
#include "board_widget.h"
|
||||||
#include "score_widget.h"
|
#include "score_widget.h"
|
||||||
#include "player_widget.h"
|
#include "player_widget.h"
|
||||||
|
@ -952,7 +952,7 @@ void MainWindow::onWindowsBag()
|
||||||
if (m_bagWindow == NULL)
|
if (m_bagWindow == NULL)
|
||||||
{
|
{
|
||||||
// Create the window
|
// Create the window
|
||||||
BagWidget *bag = new BagWidget(NULL);
|
BagWidget2 *bag = new BagWidget2(NULL);
|
||||||
bag->setGame(m_game);
|
bag->setGame(m_game);
|
||||||
m_bagWindow = new AuxWindow(*bag, _q("Bag"), "BagWindow",
|
m_bagWindow = new AuxWindow(*bag, _q("Bag"), "BagWindow",
|
||||||
m_actionWindowsBag);
|
m_actionWindowsBag);
|
||||||
|
|
Loading…
Add table
Reference in a new issue