Developer documentation | Axl-2.5.1

axlInspectorUtils.cpp
Go to the documentation of this file.
1 /* axlInspectorUtils.cpp ---
2  *
3  * Author: Meriadeg Perrinel
4  * Copyright (C) 2008 - Meriadeg Perrinel, Inria.
5  * Created: Tue Nov 9 16:58:59 2010 (+0100)
6  * Version: $Id$
7  * Last-Updated: Tue Nov 9 17:09:38 2010 (+0100)
8  * By: Meriadeg Perrinel
9  * Update #: 19
10  */
11 
12 /* Commentary:
13  *
14  */
15 
16 /* Change log:
17  *
18  */
19 
20 
21 #include "axlInspectorUtils.h"
22 
23 bool caseInsensitiveLessThan(const QString &s1, const QString &s2)
24 {
25  return s1.toLower() < s2.toLower();
26 }
bool caseInsensitiveLessThan(const QString &s1, const QString &s2)