~ubuntu-branches/ubuntu/saucy/kdevelop/saucy-proposed

« back to all changes in this revision

Viewing changes to debuggers/gdb/gdblaunchconfig.cpp

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2012-09-10 08:23:02 UTC
  • mfrom: (1.7.14)
  • Revision ID: package-import@ubuntu.com-20120910082302-o52tqtf27wc1dakk
Tags: 4:4.3.90-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
    ui->kcfg_startWith->setItemData(2, "FrameStack" );
74
74
}
75
75
 
 
76
GdbConfigPage::~GdbConfigPage()
 
77
{
 
78
    delete ui;
 
79
}
 
80
 
76
81
KIcon GdbConfigPage::icon() const
77
82
{
78
83
    return KIcon();