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. free objects message after closing ui
Forum Updated to NodeBB v4.3 + New Features

free objects message after closing ui

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 157 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.
  • D Offline
    D Offline
    Dijkstra
    wrote on last edited by
    #1

    so after i close the ui i get a message saying free objects is that a bad thing and if it is how to fix it

    JonBJ 1 Reply Last reply
    0
    • D Dijkstra

      so after i close the ui i get a message saying free objects is that a bad thing and if it is how to fix it

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @Dijkstra
      That not much of a description of what error message you get on what objects!

      It's probably not the end of the world, but you ought clean up. Depending on what objects/messages, you might have to explicitly delete/deleteLater() some objects, or you should be using the parentage of Qt QObjects created to assure the parent will delete them as it gets destroyed.

      1 Reply Last reply
      2

      • Login

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