chose a random hint image element name used for making the eyes in the hint element different each time a hint is requested Definition at line 821 of file kanagram.cpp. References m_hintOverlayName, and m_randomImage. Referenced by slotToggleHint(). { unsigned long imageNum = m_randomImage.getLong(8); m_hintOverlayName = "eyes" + QString::number(imageNum + 1); }
Here is the caller graph for this function:
![]() |