Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Two = symbol

    Qt.io webservices
    4
    4
    1595
    Loading More Posts
    • 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
      danilocesar last edited by

      If you put = = together in a text (which is very common for developers), it will be ignored.

      Test with one equal:
      type = WindowServerEvent
      event->windowServerEvent()->Type() = KAknUidValueEndKeyCloseEvent

      Test with two equal:
      type == WindowServerEvent
      event->windowServerEvent()->Type() == KAknUidValueEndKeyCloseEvent

      It seems to happen only in some very specific cases...
      Are you using some kind of wiki language to show the posts?

      <a href="http://www.danilocesar.com">Danilo Cesar Lemes de Paula</a>
      Software Engineer

      1 Reply Last reply Reply Quote 0
      • F
        Franzk last edited by

        They aren't ignored within code tags:

        @if (this == that)@

        "Horse sense is the thing a horse has which keeps it from betting on people." -- W.C. Fields

        http://www.catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply Reply Quote 0
        • D
          DenisKormalev last edited by

          Textile is used as markup language (or maybe something really close to Textile).

          1 Reply Last reply Reply Quote 0
          • M
            mgran last edited by

            We are indeed using textile but not all things are in yet, or styled. We want to add some custom Qt codes as well, suggestions most welcome :)

            Project Manager - Qt Development Frameworks

            1 Reply Last reply Reply Quote 0
            • First post
              Last post