summaryrefslogtreecommitdiff
path: root/svgio/prj
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-01-22 16:53:17 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-01-22 16:57:44 +0000
commitc892615bfcfe1e6412c026d810c2bb411c3bbd30 (patch)
treed9c6f52c7bbc254433f2b61dc876acbe45d5697a /svgio/prj
parent1b995cd4a6af8e8be60419ce76b7463ded72af8d (diff)
Tutorial step #5 convert first remaining widget
taking m_aBP_OK as a standalone example: 1. Change OKButton m_aBP_OK in header to OKButton* m_pBP_OK; 1.1. Remove m_aBP_OK ctor call and change to get(<pointer>, "name in .ui file"), e.g. get(m_aBP_OK, "ok"); 1.1. Mass-convert calls from "m_aBP_OK." to "m_pBP_OK->" e.g. :%s/m_aBP_OK./m_pBP_OK->/g 1.2. Search for anyremaining m_aBP_OK instances and adapt Change-Id: Iadb3ed674413c0b8eca3ba7a00bafaab112d8ff5
Diffstat (limited to 'svgio/prj')
0 files changed, 0 insertions, 0 deletions