mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Replace references to the .60 files that are now renamed with .slint
This commit is contained in:
parent
0c0a783095
commit
d706d63ce1
65 changed files with 113 additions and 113 deletions
|
@ -20,7 +20,7 @@ use crate::typeregister::TypeRegister;
|
|||
/// At this point, it really should already contain the basic Types (string, int, ...)
|
||||
pub fn load_builtins(register: &mut TypeRegister) {
|
||||
let mut diag = crate::diagnostics::BuildDiagnostics::default();
|
||||
let node = crate::parser::parse(include_str!("builtins.60").into(), None, &mut diag);
|
||||
let node = crate::parser::parse(include_str!("builtins.slint").into(), None, &mut diag);
|
||||
if !diag.is_empty() {
|
||||
let vec = diag.to_string_vec();
|
||||
#[cfg(feature = "display-diagnostics")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue