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 Update on Monday, May 27th 2025

Qstring is not a class or namespace name

Scheduled Pinned Locked Moved Unsolved General and Desktop
qstringerrorc2653
3 Posts 2 Posters 3.0k 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.
  • T Offline
    T Offline
    TIG_Slayer1
    wrote on 10 Feb 2016, 20:55 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?

    K 1 Reply Last reply 10 Feb 2016, 20:57
    0
    • T TIG_Slayer1
      10 Feb 2016, 20:55

      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?

      K Offline
      K Offline
      kshegunov
      Moderators
      wrote on 10 Feb 2016, 20:57 last edited by kshegunov 2 Oct 2016, 20:57
      #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

      T 1 Reply Last reply 10 Feb 2016, 21:01
      0
      • K kshegunov
        10 Feb 2016, 20:57

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

        T Offline
        T Offline
        TIG_Slayer1
        wrote on 10 Feb 2016, 21:01 last edited by
        #3

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

        1 Reply Last reply
        0

        1/3

        10 Feb 2016, 20:55

        • Login

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