This website works better with JavaScript.
Explore
Help
Register
Sign In
aiden
/
libcutefish
mirror of
https://github.com/cutefishos/libcutefish
Watch
1
Star
0
Fork
You've already forked libcutefish
0
Code
Issues
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
main
main
0.7
0.5
0.4
0.2
0.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'main'
${ noResults }
libcutefish
/
network
/
qmlplugins.cpp
7 lines
96 B
C++
Raw
Permalink
Normal View
History
Unescape
Escape
init
6 years ago
#
include
"qmlplugins.h"
void
QmlPlugins
:
:
registerTypes
(
const
char
*
uri
)
{
refactor(appearance): split the library from its QML plugin
3 weeks ago
Q_UNUSED
(
uri
)
;
Refactored the wireless connection
5 years ago
}