Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34024264
test_util.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
311 B
Subscribers
None
test_util.h
View Options
#pragma once
#include
<QFile>
#include
<QFileInfo>
#include
<QStringList>
static
QStringList
filePathsFromArgs
(
int
argc
,
char
*
argv
[])
{
QStringList
result
;
for
(
int
i
=
1
;
i
<
argc
;
++
i
)
{
result
.
push_back
(
QFileInfo
(
QFile
::
decodeName
(
argv
[
i
])).
absoluteFilePath
());
}
return
result
;
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sat, Nov 29, 7:13 AM (42 m, 35 s)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
49/0b/26fb9a165d6d4973160fe00714e5
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment