~sil2100/unity-2d/precise-security

« back to all changes in this revision

Viewing changes to libunity-2d-private/src/panelapplet.cpp

  • Committer: Alberto Mardegan
  • Date: 2011-08-22 10:38:32 UTC
  • mto: This revision was merged to the branch mainline in revision 658.
  • Revision ID: alberto.mardegan@canonical.com-20110822103832-jgbi3twwxq6p8jn0
Fix coding style

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
{
8
8
    Unity2dPanel* m_panel;
9
9
 
10
 
    PanelApplet *q_ptr;
 
10
    PanelApplet* q_ptr;
11
11
    Q_DECLARE_PUBLIC(PanelApplet)
12
12
};
13
13