~azzar1/unity/shortcut-hint

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/FilterWidget.cpp

  • Committer: Andrea Azzarone
  • Date: 2012-01-13 15:35:44 UTC
  • mfrom: (1739.1.92 unity)
  • Revision ID: azzaronea@gmail.com-20120113153544-g01rcc44wrbkjsg8
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// -*- Mode: C++; indent-tabs-mode: nil; tab-width: 2 -*-
 
2
/*
 
3
 * Copyright 2011 Canonical Ltd.
 
4
 *
 
5
 * This program is free software: you can redistribute it and/or modify it
 
6
 * under the terms of the GNU Lesser General Public License version 3, as
 
7
 * published by the  Free Software Foundation.
 
8
 *
 
9
 * This program is distributed in the hope that it will be useful, but
 
10
 * WITHOUT ANY WARRANTY; without even the implied warranties of
 
11
 * MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR
 
12
 * PURPOSE.  See the applicable version of the GNU Lesser General Public
 
13
 * License for more details.
 
14
 *
 
15
 * You should have received a copy of both the GNU Lesser General Public
 
16
 * License version 3 along with this program.  If not, see
 
17
 * <http://www.gnu.org/licenses/>
 
18
 *
 
19
 * Authored by: Andrea Azzarone <azzaronea@gmail.com>
 
20
 *
 
21
 */
 
22
 
 
23
#include "FilterWidget.h"
 
24
 
 
25
namespace unity
 
26
{
 
27
namespace dash
 
28
{
 
29
 
 
30
NUX_IMPLEMENT_OBJECT_TYPE(FilterWidget);
 
31
 
 
32
FilterWidget::FilterWidget( NUX_FILE_LINE_DECL)
 
33
  : nux::View(NUX_FILE_LINE_PARAM)
 
34
{
 
35
}
 
36
 
 
37
} // namespace dash
 
38
} // namespace unity