Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Error: ASSERT: "!isEmpty()" in file C:\Qt\5.5\mingw492_32\include/QtCore/qlist.h, line 318
Forum Updated to NodeBB v4.3 + New Features

Error: ASSERT: "!isEmpty()" in file C:\Qt\5.5\mingw492_32\include/QtCore/qlist.h, line 318

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 5.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    ShrikantAmbade
    wrote on last edited by ShrikantAmbade
    #1

    Hello,

    What is this error means??? After this error my program crashed

    1 Reply Last reply
    0
    • ArtmeticA Offline
      ArtmeticA Offline
      Artmetic
      wrote on last edited by
      #2

      Meybe you want get data from empty list. Check before size of list
      if(listName.size() == 0)
      return;

      or
      if(listName.isEmpty())
      return;

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved