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. Qstring is not a class or namespace name
Forum Updated to NodeBB v4.3 + New Features

Qstring is not a class or namespace name

Scheduled Pinned Locked Moved Unsolved General and Desktop
qstringerrorc2653
3 Posts 2 Posters 3.0k Views 1 Watching
  • 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.
  • TIG_Slayer1T Offline
    TIG_Slayer1T Offline
    TIG_Slayer1
    wrote on last edited by
    #1

    Trying to create a program, when I build it at the end, it says the following error message: "Qstring is not a class or namespace name" and also "number identifier not found". Any help or suggestions?

    kshegunovK 1 Reply Last reply
    0
    • TIG_Slayer1T TIG_Slayer1

      Trying to create a program, when I build it at the end, it says the following error message: "Qstring is not a class or namespace name" and also "number identifier not found". Any help or suggestions?

      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by kshegunov
      #2

      @TIG_Slayer1
      C++ is case sensitive, so you have to abide by that - Qstring is different from QString.

      Read and abide by the Qt Code of Conduct

      TIG_Slayer1T 1 Reply Last reply
      0
      • kshegunovK kshegunov

        @TIG_Slayer1
        C++ is case sensitive, so you have to abide by that - Qstring is different from QString.

        TIG_Slayer1T Offline
        TIG_Slayer1T Offline
        TIG_Slayer1
        wrote on last edited by
        #3

        @kshegunov Thank you so much for the help! Such a simple mistake

        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