~unity-team/unity/libunity-7.0-breakage

« back to all changes in this revision

Viewing changes to dash/previews/GenericPreview.cpp

  • Committer: Tim Penhey
  • Date: 2012-10-29 09:34:54 UTC
  • mto: This revision was merged to the branch mainline in revision 2867.
  • Revision ID: tim.penhey@canonical.com-20121029093454-4fjg18nf9u33r2u3
Use the new logging declarations to avoid static initialization of the logger objects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <Nux/GridHLayout.h>
32
32
#include <UnityCore/GenericPreview.h>
33
33
#include <Nux/AbstractButton.h>
34
 
 
 
34
 
35
35
#include "GenericPreview.h"
36
36
#include "PreviewInfoHintWidget.h"
37
37
 
41
41
{
42
42
namespace previews
43
43
{
44
 
 
45
 
namespace
46
 
{
47
 
nux::logging::Logger logger("unity.dash.previews.genericpreview");
48
 
 
49
 
}
 
44
DECLARE_LOGGER(logger, "unity.dash.preview.generic");
50
45
 
51
46
class DetailsScrollView : public nux::ScrollView
52
47
{