Switch to QVector instead of QList. Insertions aren't really needed.
This commit is contained in:
parent
cfbfef9651
commit
1886dbf53c
3 changed files with 7 additions and 6 deletions
|
@ -78,6 +78,7 @@ namespace Danbooru {
|
|||
DanbooruPost::~DanbooruPost()
|
||||
{
|
||||
delete m_pixmap;
|
||||
m_pixmap = 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue