~ubuntu-branches/ubuntu/vivid/debconf-kde/vivid-proposed

« back to all changes in this revision

Viewing changes to src/DebconfNote.cpp

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2014-12-22 12:39:02 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20141222123902-ego77owbo8b0fi8c
Tags: 1.0.0-0ubuntu1
* New upstream release
* KDE Frameworks 5 Port

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    descriptionL->setText(description);
37
37
    noteTE->setText(note);
38
38
}
39
 
 
40
 
#include "DebconfNote.moc"