~ci-train-bot/history-service/history-service-ubuntu-yakkety-landing-052

« back to all changes in this revision

Viewing changes to src/textitem.h

  • Committer: Gustavo Pichorim Boiko
  • Date: 2013-06-25 13:48:37 UTC
  • Revision ID: gustavo.boiko@canonical.com-20130625134837-ybhnw47u0kt46qzo
Add code to write the thread for new events.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
class TextItemPrivate;
7
7
 
8
 
class TextItem : HistoryItem
 
8
class TextItem : public HistoryItem
9
9
{
10
10
    Q_DECLARE_PRIVATE(TextItem)
11
11