Developer documentation | Axl-2.5.1
Main Page
Classes
Files
File List
File Members
src
axlGui
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
}
caseInsensitiveLessThan
bool caseInsensitiveLessThan(const QString &s1, const QString &s2)
Definition:
axlInspectorUtils.cpp:23
axlInspectorUtils.h
Generated on Sun Dec 2 2018 20:28:10 for Axl-2.5.1 by 1.8.9.1