~ubuntu-branches/ubuntu/utopic/kadu/utopic

« back to all changes in this revision

Viewing changes to kadu-core/misc/misc.cpp

  • Committer: Package Import Robot
  • Author(s): Patryk Cisek
  • Date: 2014-10-02 11:55:19 UTC
  • mfrom: (0.48.1) (0.44.2) (43.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20141002115519-sxn21g16t596llc0
Tags: 1.0-2
* Using dpkg-buildflags to set compilation and linker flags.
* Added 03-no-CMAKE_CXX_FLAGS-overwrite.patch to make it possible to set
  compilation flags.
* Removed lintian override for RPATH in Kadu's plugins.
* Using chrpath to strip Kadu's plugins from RPATH, since they're not
  needed there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 * Copyright 2002, 2003, 2004, 2005, 2006 Adrian Smarzewski (adrian@kadu.net)
10
10
 * Copyright 2003, 2004, 2005 Paweł Płuciennik (pawel_p@kadu.net)
11
11
 * Copyright 2002, 2003, 2004 Tomasz Chiliński (chilek@chilan.com)
12
 
 * Copyright 2007, 2008, 2009, 2010, 2011, 2012 Rafał Malinowski (rafal.przemyslaw.malinowski@gmail.com)
13
 
 * Copyright 2010, 2011, 2012 Bartosz Brachaczek (b.brachaczek@gmail.com)
 
12
 * Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Rafał Malinowski (rafal.przemyslaw.malinowski@gmail.com)
 
13
 * Copyright 2010, 2011, 2012, 2014 Bartosz Brachaczek (b.brachaczek@gmail.com)
14
14
 * Copyright 2007, 2008, 2009 Dawid Stawiarski (neeo@kadu.net)
15
15
 * Copyright 2004, 2005, 2006, 2007 Marcin Ślusarz (joi@kadu.net)
16
16
 * Copyright 2003 Dariusz Jagodzik (mast3r@kadu.net)
50
50
 
51
51
#include "misc.h"
52
52
 
53
 
QFont *defaultFont;
54
 
QFontInfo *defaultFontInfo;
55
 
 
56
53
QString replacedNewLine(const QString &text, const QString &newLineText)
57
54
{
58
55
        static const QRegExp newLineRegExp("(\r\n|\r|\n)");