~ubuntu-branches/ubuntu/saucy/kvirc/saucy

« back to all changes in this revision

Viewing changes to src/modules/tip/libkvitip.cpp

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2013-05-18 19:36:33 UTC
  • mfrom: (22.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20130518193633-kuhzryg7jstqvxpr
Tags: 4:4.2.0-2
Upload to unstable 

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 
63
63
TipFrame::~TipFrame()
64
64
{
 
65
        g_pTipWindow = 0;
65
66
}
66
67
 
67
68
void TipFrame::setText(const QString &text)
222
223
        m_pTipFrame->setText(szTip);
223
224
}
224
225
 
225
 
void TipWindow::closeEvent(QCloseEvent *e)
226
 
{
227
 
        e->ignore();
228
 
        delete this;
229
 
        g_pTipWindow = 0;
230
 
}
231
 
 
232
226
/*
233
227
        @doc: tip.open
234
228
        @type: