Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Behind the Scenes
  3. Qt.io webservices
  4. Two = symbol
QtWS25 Last Chance

Two = symbol

Scheduled Pinned Locked Moved Qt.io webservices
4 Posts 4 Posters 1.9k 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
    danilocesar
    wrote on last edited by
    #1

    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
    0
    • F Offline
      F Offline
      Franzk
      wrote on last edited by
      #2

      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
      0
      • D Offline
        D Offline
        DenisKormalev
        wrote on last edited by
        #3

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

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mgran
          wrote on last edited by
          #4

          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
          0

          • Login

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