~ubuntu-branches/ubuntu/precise/gwenview/precise-proposed

« back to all changes in this revision

Viewing changes to lib/thumbnailview/abstractthumbnailviewhelper.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 14:17:54 UTC
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20111215141754-z043hyx69dulbggf
Tags: upstream-4.7.90
ImportĀ upstreamĀ versionĀ 4.7.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
*/
20
20
#include "abstractthumbnailviewhelper.moc"
21
21
 
22
 
namespace Gwenview {
23
 
 
 
22
namespace Gwenview
 
23
{
24
24
 
25
25
AbstractThumbnailViewHelper::AbstractThumbnailViewHelper(QObject* parent)
26
 
: QObject(parent) {
27
 
}
28
 
 
29
 
 
30
 
AbstractThumbnailViewHelper::~AbstractThumbnailViewHelper() {
31
 
}
32
 
 
 
26
: QObject(parent)
 
27
{
 
28
}
 
29
 
 
30
AbstractThumbnailViewHelper::~AbstractThumbnailViewHelper()
 
31
{
 
32
}
33
33
 
34
34
} // namespace