Refactored code

This commit is contained in:
Matt Lowe 2015-01-26 22:19:00 +01:00
parent 712f12a7a6
commit b89535f7ff
2 changed files with 24 additions and 32 deletions

View file

@ -26,10 +26,6 @@ public:
QRectF boundingRect() const;
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);
void reorganizeCards();
void setPileViewPositions(int cardCount, CardList &cardsToDisplay, int &typeColumn, int &longestRow);
void initializeCards(const QList<const ServerInfo_Card *> &cardList = QList<const ServerInfo_Card *>());
void removeCard(int position);
int getNumberCards() const { return numberCards; }